Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_path_utils.cpp201 std::string jsModulePath = moduleInstallPath + JoinString(pathVector, '/'); in MakeNewJsModulePath() local
202 FixExtName(jsModulePath); in MakeNewJsModulePath()
203 if (jsModulePath.size() >= PATH_MAX) { in MakeNewJsModulePath()
208 if (realpath(jsModulePath.c_str(), path) != nullptr) { in MakeNewJsModulePath()