Home
last modified time | relevance | path

Searched refs:CheckPathExists (Results 1 – 5 of 5) sorted by relevance

/base/update/sys_installer/frameworks/ipc_server/src/
Dmodule_update_service.cpp247 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()
/base/update/sys_installer/services/module_update/src/
Dmodule_update.cpp64 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()
Dmodule_file_repository.cpp69 if (!CheckPathExists(MODULE_RESULT_PATH)) { in SaveInstallerResult()
/base/update/sys_installer/services/module_update/util/src/
Dmodule_utils.cpp68 bool CheckPathExists(const std::string &path) in CheckPathExists() function
189 if (!CheckPathExists(path)) { in GetRealPath()
/base/update/sys_installer/services/module_update/util/include/
Dmodule_utils.h28 bool CheckPathExists(const std::string &path);