Home
last modified time | relevance | path

Searched refs:CreateFolder (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dfile_utils.cpp31 bool FileUtils::CreateFolder(const string &path) in CreateFolder() function in OHOS::HiviewDFX::FileUtils
43 if (CreateFolder(upperPath)) { in CreateFolder()
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_configutils_test.cpp351 ASSERT_TRUE(fileutils->CreateFolder(testpath));
353 ASSERT_TRUE(fileutils->CreateFolder(testpath));
355 ASSERT_TRUE(!(fileutils->CreateFolder(testpath)));
357 ASSERT_TRUE(fileutils->CreateFolder(testpath));
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dfile_utils.h30 bool CreateFolder(const std::string &path);