Home
last modified time | relevance | path

Searched refs:mergedAp (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp324 std::string mergedAp = arkProfilePath; in DeleteArkAp() local
328 mergedAp.append(PGO_MERGED_AP_PREFIX).append(moduleName).append(ServiceConstants::PGO_FILE_SUFFIX); in DeleteArkAp()
329 (void)InstalldClient::GetInstance()->RemoveDir(mergedAp); in DeleteArkAp()
416 std::string AOTHandler::GetSouceAp(const std::string &mergedAp, const std::string &rtAp) const in GetSouceAp() argument
421 errCode = InstalldClient::GetInstance()->IsExistFile(mergedAp, isMergedApExist); in GetSouceAp()
423 APP_LOGE("CopyAp mergedAp %{public}s failed due to call IsExistFile failed %{public}d", in GetSouceAp()
424 mergedAp.c_str(), errCode); in GetSouceAp()
428 return mergedAp; in GetSouceAp()
451 std::string mergedAp = arkProfilePath + PGO_MERGED_AP_PREFIX + moduleName + ServiceConstants::AP_SUFFIX; in CopyApWithBundle() local
453 std::string sourceAp = GetSouceAp(mergedAp, rtA in CopyApWithBundle()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_handler.h51 std::string GetSouceAp(const std::string &mergedAp, const std::string &rtAp) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp1394 std::string mergedAp = arkProfilePath + "merged_" + bundleName + ServiceConstants::AP_SUFFIX; in HWTEST_F() local
1396 std::string result = AOTHandler::GetInstance().GetSouceAp(mergedAp, rtAp); in HWTEST_F()

Completed in 6 milliseconds