Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_path_utils.cpp140 std::string GetInstallPath(const std::string& curJsModulePath, bool module) in GetInstallPath() function
170 std::string moduleInstallPath = GetInstallPath(curJsModulePath, true); in MakeNewJsModulePath()
279 std::string moduleInstallPath = GetInstallPath(curJsModulePath); in FindNpmPackage()
349 moduleInstallPath = GetInstallPath(curJsModulePath, false); in ParseOhmUri()
361 moduleInstallPath = GetInstallPath(curJsModulePath); in ParseOhmUri()
Dfile_path_utils.h32 std::string GetInstallPath(const std::string& curJsModulePath, bool module = true);