Home
last modified time | relevance | path

Searched refs:GetLoadPath (Results 1 – 6 of 6) 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 ()()
H A Djs_runtime.cpp1399 std::string hqfFile(AbilityBase::GetLoadPath(it->second)); in RegisterQuickFixQueryFunc()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dfile_path_utils.h41 std::string GetLoadPath(const std::string& hapPath);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dextractor.cpp278 loadPath = GetLoadPath(hapPath); in GetLoadFilePath()
H A Dfile_path_utils.cpp441 std::string GetLoadPath(const std::string& hapPath) in GetLoadPath() function
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp3102 std::string resolvedHapPath(AbilityBase::GetLoadPath(hapInfo.hapPath)); in GetHqfFileAndHapPath()
3103 std::string resolvedHqfFile(AbilityBase::GetLoadPath(hapInfo.hqfInfo.hqfFilePath)); in GetHqfFileAndHapPath()