Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp78 constexpr const char* PGO_RT_AP_PREFIX = "rt_"; variable
325 runtimeAp.append(PGO_RT_AP_PREFIX).append(moduleName) in DeleteArkAp()
452 … std::string rtAp = arkProfilePath + PGO_RT_AP_PREFIX + moduleName + ServiceConstants::AP_SUFFIX; in CopyApWithBundle()