Searched refs:sourceAp (Results 1 – 1 of 1) sorted by relevance
453 std::string sourceAp = GetSouceAp(mergedAp, rtAp); in CopyApWithBundle() local455 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()