Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.h133 CString hapPath = baseFileName.substr(startStrLen); in ParseHapPath() local
134 size_t pos = hapPath.find(MERGE_ABC_ETS_MODULES); in ParseHapPath()
136 return hapPath.substr(0, pos).c_str(); in ParseHapPath()
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler.cpp55 std::string hapPath = runtimeOptions.GetHapPath(); in CreateAndVerifyJSPandaFile() local
63 if (!RealPath(hapPath, realPath, false)) { in CreateAndVerifyJSPandaFile()