Searched refs:CheckPathExists (Results 1 – 8 of 8) sorted by relevance
169 if (CheckPathExists(hmpPath)) { in HotAppInstallWhenUpdateFail()198 if (!CheckPathExists(activeHmpPath) && CheckPathExists(hmpPath)) { in SecondRevertInstallHotApp()206 if (!CheckPathExists(hmpPath)) { in SecondRevertInstallHotApp()365 if (!CheckPathExists(dir)) { in UninstallModulePackage()404 if (!CheckPathExists(installHmpPath) && !CheckPathExists(activeHmpPath)) { in CollectModulePackageInfo()557 if (!CheckPathExists(activePath)) { in BackupActiveModules()562 if (CheckPathExists(backupPath)) { in BackupActiveModules()
80 bool CheckPathExists(const std::string &path) in CheckPathExists() function201 if (!CheckPathExists(path)) { in GetRealPath()213 if (CheckPathExists(installPath)) { in Revert()232 if (CheckPathExists(backupPath)) { in Revert()351 if (!CheckPathExists(path)) { in RemoveSpecifiedDir()
63 if (CheckPathExists(stagePath)) { in StageUpdateModulePackage()73 if (!CheckPathExists(path)) { in StageUpdateModulePackage()126 if (!CheckPathExists(mountPoint)) { in RemoveMountPoint()183 return CheckPathExists(path); in CheckMountComplete()334 while (!CheckPathExists(blockDevice) && time++ < waitTime) { in WaitDevice()
62 if (!CheckPathExists(MODULE_RESULT_PATH)) { in SaveInstallerResult()
28 bool CheckPathExists(const std::string &path);
104 int32_t CheckPathExists(const std::string& path, bool& result);
311 return powerSupplyProvider_->CheckPathExists(supportPath, value); in IsBatteryConfigSupported()
1082 int32_t PowerSupplyProvider::CheckPathExists(const std::string& path, bool& result) in CheckPathExists() function in OHOS::HDI::Battery::V2_0::PowerSupplyProvider