Searched refs:IsDirExist (Results 1 – 9 of 9) sorted by relevance
/base/update/updater/test/unittest/utils/ |
D | utils_unittest.cpp | 115 HWTEST_F(UtilsUnitTest, IsDirExist, TestSize.Level0) 117 EXPECT_EQ(Utils::IsDirExist("/bin/test_updater"), false); 118 EXPECT_EQ(Utils::IsDirExist("/bin"), true); 119 EXPECT_EQ(Utils::IsDirExist("/bin/"), true);
|
/base/theme/wallpaper_mgr/utils/include/ |
D | file_deal.h | 28 static bool IsDirExist(std::string path);
|
/base/theme/wallpaper_mgr/utils/src/ |
D | file_deal.cpp | 34 bool FileDeal::IsDirExist(std::string path) in IsDirExist() function in OHOS::WallpaperMgrService::FileDeal 47 if (!IsDirExist(path)) { in Mkdir()
|
/base/startup/init/test/unittest/modules/ |
D | eng_unittest.cpp | 82 static bool IsDirExist(const std::string &path) in IsDirExist() function 105 bool isExist = IsDirExist(ENG_ROOT_PATH.c_str()); 110 isExist = IsDirExist(TARGET_PATH.c_str());
|
/base/update/updater/utils/include/ |
D | utils.h | 73 bool IsDirExist(const std::string &path);
|
/base/theme/wallpaper_mgr/test/unittest/ |
D | wallpaper_test.cpp | 976 ASSERT_EQ(FileDeal::IsDirExist(userDir), true); 980 EXPECT_EQ(FileDeal::IsDirExist(userDir), false); 1004 ASSERT_EQ(FileDeal::IsDirExist(userDir), true); 1035 EXPECT_EQ(FileDeal::IsDirExist(userDir), false); 1055 EXPECT_EQ(FileDeal::IsDirExist(userDir), false); 1059 EXPECT_EQ(FileDeal::IsDirExist(userDir), true);
|
/base/update/updater/services/ |
D | updater_utils.cpp | 61 if (IsDirExist(tmpName)) { in DeleteUpdaterPath()
|
/base/update/updater/utils/ |
D | utils.cpp | 629 bool IsDirExist(const std::string &path) in IsDirExist() function
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
D | hap_parser.cpp | 326 if (!extractor->IsDirExist(rawfilePath)) { in GetRawFileList()
|