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.cpp200 std::string jsModulePath = moduleInstallPath + JoinString(pathVector, '/'); in MakeNewJsModulePath() local
201 FixExtName(jsModulePath); in MakeNewJsModulePath()
202 if (jsModulePath.size() >= PATH_MAX) { in MakeNewJsModulePath()
207 if (realpath(jsModulePath.c_str(), path) != nullptr) { in MakeNewJsModulePath()