Home
last modified time | relevance | path

Searched refs:DUPDATE_ENGINE_PACKAGE_ROOT_PATH (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updateservice/services/core/ability/common/include/
H A Dconstant.h45 static const std::string DUPDATE_ENGINE_PACKAGE_ROOT_PATH = UPDATE_PACKAGE_ROOT_PATH + "/ota_packag… variable
70 {Constant::DUPDATE_ENGINE_PACKAGE_ROOT_PATH, 0770, true}
/ohos5.0/base/update/updateservice/services/firmware/utils/include/
H A Dfirmware_file_utils.h31 return FileUtils::IsSpaceEnough(Constant::DUPDATE_ENGINE_PACKAGE_ROOT_PATH, requiredSpace); in IsSpaceEnough()
/ohos5.0/base/update/updateservice/services/firmware/upgrade/executor/src/
H A Dfirmware_download_executor.cpp84 if (access(Constant::DUPDATE_ENGINE_PACKAGE_ROOT_PATH.c_str(), 0) == -1) { in PerformDownload()
85 mkdir(Constant::DUPDATE_ENGINE_PACKAGE_ROOT_PATH.c_str(), MKDIR_MODE); in PerformDownload()
/ohos5.0/base/update/updateservice/services/firmware/common/include/
H A Dfirmware_constant.h35 static const std::string PACKAGE_ROOT_PATH = Constant::DUPDATE_ENGINE_PACKAGE_ROOT_PATH + "/firmwar…