Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_quickfix_callback.cpp56 std::string resolvedHqfFile(AbilityBase::GetLoadPath(hqfFile)); in operator ()() local
58 resolvedHqfFile.c_str()); in operator ()()
60 auto data = JsRuntime::GetSafeData(resolvedHqfFile, patchFileName); in operator ()()
64 resolvedHqfFile.c_str()); in operator ()()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp3103 std::string resolvedHqfFile(AbilityBase::GetLoadPath(hapInfo.hqfInfo.hqfFilePath)); in GetHqfFileAndHapPath() local
3106 hapInfo.process.c_str(), resolvedHqfFile.c_str(), resolvedHapPath.c_str()); in GetHqfFileAndHapPath()
3107 … fileMap.push_back(std::pair<std::string, std::string>(resolvedHqfFile, resolvedHapPath)); in GetHqfFileAndHapPath()