Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/test/unittest/extractor/
H A Dextractor_test.cpp137 std::string loadFilePath = ExtractorUtil::GetLoadFilePath(loadPath);
141 loadFilePath = ExtractorUtil::GetLoadFilePath(loadPath);
145 loadFilePath = ExtractorUtil::GetLoadFilePath(loadPath);
149 loadFilePath = ExtractorUtil::GetLoadFilePath(loadPath);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dextractor.h110 static std::string GetLoadFilePath(const std::string &hapPath);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dutils.cpp71 std::string loadPath = AbilityBase::ExtractorUtil::GetLoadFilePath(hapPath); in GetStringFromHap()
H A Dhap_asset_provider_impl.cpp33 loadPath_ = AbilityBase::ExtractorUtil::GetLoadFilePath(hapPath); in Initialize()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.cpp397 std::string loadPath = ExtractorUtil::GetLoadFilePath(newHapPath); in ReadFilePathData()
468 std::string loadPath = ExtractorUtil::GetLoadFilePath((workerInfo_->hapPath).GetOriginString()); in GetAmi()
H A Djs_runtime_lite.cpp295 std::string loadPath = ExtractorUtil::GetLoadFilePath(options.hapPath); in LoadAotFile()
443 ExtractorUtil::GetLoadFilePath(filePath), newCreate, false); in GetPkgContextInfoListMap()
H A Djs_runtime.cpp663 std::string loadPath = ExtractorUtil::GetLoadFilePath(options.hapPath); in LoadAotFile()
766 std::string loadPath = ExtractorUtil::GetLoadFilePath(options.hapPath); in Initialize()
1115 std::string loadPath = ExtractorUtil::GetLoadFilePath(hapPath); in RunScript()
1414 ExtractorUtil::GetLoadFilePath(hapPath), newCreate); in ReadSourceMapData()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dextractor.cpp274 std::string ExtractorUtil::GetLoadFilePath(const std::string &hapPath) in GetLoadFilePath() function in OHOS::AbilityBase::ExtractorUtil
/ohos5.0/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H A Dohos_resource_adapter_impl.cpp310 std::string loadPath = ExtractorUtil::GetLoadFilePath(hapPath); in Init()
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp1181 std::string loadFilePath = AbilityBase::ExtractorUtil::GetLoadFilePath(hapPath_); in ReleaseHapFileHandle()