Searched refs:CheckPathExists (Results 1 – 5 of 5) sorted by relevance
247 if (!CheckPathExists(dir)) { in UninstallModulePackage()284 if (!CheckPathExists(installHmpPath) && !CheckPathExists(activeHmpPath)) { in CollectModulePackageInfo()553 if (!CheckPathExists(activePath)) { in OnHmpError()558 if (CheckPathExists(errPath) && !ForceRemoveDirectory(errPath)) { in OnHmpError()567 if (!CheckPathExists(UPDATE_ACTIVE_DIR)) { in BackupActiveModules()571 if (CheckPathExists(UPDATE_BACKUP_DIR)) { in BackupActiveModules()602 if (!CheckPathExists(UPDATE_BACKUP_DIR)) { in RevertAndReboot()
64 if (CheckPathExists(stagePath)) { in StageUpdateModulePackage()73 if (!CheckPathExists(path)) { in StageUpdateModulePackage()145 if (CheckPathExists(path)) { in CheckMountComplete()256 while (!CheckPathExists(blockDevice) && time++ < waitTime) { in WaitDevice()
69 if (!CheckPathExists(MODULE_RESULT_PATH)) { in SaveInstallerResult()
68 bool CheckPathExists(const std::string &path) in CheckPathExists() function189 if (!CheckPathExists(path)) { in GetRealPath()
28 bool CheckPathExists(const std::string &path);