Home
last modified time | relevance | path

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

/ohos5.0/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()
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()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_utils.h28 bool CheckPathExists(const std::string &path);
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dpower_supply_provider.h104 int32_t CheckPathExists(const std::string& path, bool& result);
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_interface_impl.cpp311 return powerSupplyProvider_->CheckPathExists(supportPath, value); in IsBatteryConfigSupported()
H A Dpower_supply_provider.cpp1082 int32_t PowerSupplyProvider::CheckPathExists(const std::string& path, bool& result) in CheckPathExists() function in OHOS::HDI::Battery::V2_0::PowerSupplyProvider