Home
last modified time | relevance | path

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

/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_main.cpp169 if (CheckPathExists(hmpPath)) { in HotAppInstallWhenUpdateFail()
198 if (!CheckPathExists(activeHmpPath) && CheckPathExists(hmpPath)) { in SecondRevertInstallHotApp()
206 if (!CheckPathExists(hmpPath)) { in SecondRevertInstallHotApp()
368 if (!CheckPathExists(dir)) { in UninstallModulePackage()
407 if (!CheckPathExists(installHmpPath) && !CheckPathExists(activeHmpPath)) { in CollectModulePackageInfo()
560 if (!CheckPathExists(activePath)) { in BackupActiveModules()
565 if (CheckPathExists(backupPath)) { in BackupActiveModules()
/base/update/sys_installer/services/module_update/src/
H A Dmodule_update.cpp63 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()
H A Dmodule_file_repository.cpp62 if (!CheckPathExists(MODULE_RESULT_PATH)) { in SaveInstallerResult()
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_utils.cpp80 bool CheckPathExists(const std::string &path) in CheckPathExists() function
201 if (!CheckPathExists(path)) { in GetRealPath()
213 if (CheckPathExists(installPath)) { in Revert()
232 if (CheckPathExists(backupPath)) { in Revert()
351 if (!CheckPathExists(path)) { in RemoveSpecifiedDir()
/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_utils.h28 bool CheckPathExists(const std::string &path);

Completed in 4 milliseconds