Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp453 std::string sourceAp = GetSouceAp(mergedAp, rtAp); in CopyApWithBundle() local
455 if (sourceAp.empty()) { in CopyApWithBundle()
460 if (sourceAp.find(ServiceConstants::RELATIVE_PATH) != std::string::npos) { in CopyApWithBundle()
464 result.append(sourceAp); in CopyApWithBundle()
465 errCode = InstalldClient::GetInstance()->CopyFile(sourceAp, destAp); in CopyApWithBundle()
467 APP_LOGE("Copy ap dir %{public}s failed err %{public}d", sourceAp.c_str(), errCode); in CopyApWithBundle()