Home
last modified time | relevance | path

Searched refs:resolvedHapPath (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp452 std::string resolvedHapPath; in LoadRepairPatch() local
455 resolvedHapPath = hapPath.substr(0, position) + MERGE_ABC_PATH; in LoadRepairPatch()
460 resolvedHapPath = hapPath.substr(0, hspPosition) + MERGE_ABC_PATH; in LoadRepairPatch()
464 patchFile.c_str(), resolvedHapPath.c_str()); in LoadRepairPatch()
466 resolvedHapPath, hapSafeData->GetDataPtr(), hapSafeData->GetDataLen()); in LoadRepairPatch()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp2999 std::string resolvedHapPath(AbilityBase::GetLoadPath(hapInfo.hapPath)); in GetHqfFileAndHapPath()
3003 hapInfo.process.c_str(), resolvedHqfFile.c_str(), resolvedHapPath.c_str()); in GetHqfFileAndHapPath()
3004 fileMap.push_back(std::pair<std::string, std::string>(resolvedHqfFile, resolvedHapPath)); in GetHqfFileAndHapPath()

Completed in 11 milliseconds