Home
last modified time | relevance | path

Searched defs:hapPath (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_preload_app_info.h34 …static std::string GetPreloadAOTFileName(const std::string &hapPath, const std::string &moduleName) in GetPreloadAOTFileName()
Dohos_pkg_args.h131 bool GetJSPandaFileinfo(const JSRuntimeOptions &runtimeOptions, std::string &hapPath, in GetJSPandaFileinfo()
158 std::string hapPath; in GetJSPandaFile() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dextractor.cpp227 std::string ExtractorUtil::GetLoadFilePath(const std::string &hapPath) in GetLoadFilePath()
238 std::shared_ptr<Extractor> ExtractorUtil::GetExtractor(const std::string &hapPath, bool &newCreate,… in GetExtractor()
264 void ExtractorUtil::DeleteExtractor(const std::string &hapPath) in DeleteExtractor()
Dsource_map.cpp51 bool SourceMap::ReadSourceMapData(const std::string& hapPath, std::string& content) in ReadSourceMapData()
94 void SourceMap::Init(const std::string& hapPath) in Init()
Dfile_path_utils.cpp442 std::string GetLoadPath(const std::string& hapPath) in GetLoadPath()
/arkcompiler/ets_runtime/test/fuzztest/getjspandafile_fuzzer/
Dgetjspandafile_fuzzer.cpp49 std::string hapPath(data, data + size); in GetJSPandaFileFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_AbcFile.cpp71 std::string hapPath = pathStr.substr(0, pos); in EtsAbcFileLoadAbcFile() local
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
Dextractor_test.cpp66 void DeleteExtractor(const std::string &hapPath) in DeleteExtractor()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.h240 CString hapPath = baseFileName.substr(startStrLen); in ParseHapPath() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp142 std::string hapPath = jsPandaFile->GetJSPandaFileHapPath().c_str(); in LoadAiFile() local
169 std::string hapPath = ""; in GetAOTFileFullPath() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h137 void SetHapPath(const CString &hapPath) in SetHapPath()
Djs_pandafile_manager.cpp532 std::string hapPath; in GenerateJSPandaFile() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler_preprocessor.cpp509 std::string hapPath; in HasPreloadAotFile() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp1075 void JSSymbolExtractor::CreateSourceMap([[maybe_unused]] const std::string &hapPath) in CreateSourceMap()