Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp79 constexpr const char* COPY_AP_DEST_PATH = "/data/local/pgo/"; variable
362 errCode = InstalldClient::GetInstance()->IsExistDir(COPY_AP_DEST_PATH, isDirExist); in MkApDestDirIfNotExist()
372 COPY_AP_DEST_PATH, mode, Constants::FOUNDATION_UID, ServiceConstants::SHELL_UID); in MkApDestDirIfNotExist()
463 …std::string destAp = COPY_AP_DEST_PATH + bundleName + "_" + moduleName + ServiceConstants::AP_SUF… in CopyApWithBundle()