Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_path_utils.cpp275 std::string newJsModulePath = MakeNewJsModulePath(curJsModulePath, npmPackage); in FindNpmPackage() local
276 if (!newJsModulePath.empty()) { in FindNpmPackage()
277 return newJsModulePath; in FindNpmPackage()
379 std::string newJsModulePath; in NormalizeUri() local
381 return newJsModulePath; in NormalizeUri()
389 newJsModulePath = MakeNewJsModulePath(curJsModulePath, normalizeUri); in NormalizeUri()
393 newJsModulePath = ParseOhmUri(bundleName, curJsModulePath, normalizeUri); in NormalizeUri()
394 if (newJsModulePath.empty()) { in NormalizeUri()
395 newJsModulePath = FindNpmPackage(curJsModulePath, normalizeUri); in NormalizeUri()
400 newJsModulePath = FindNpmPackage(curJsModulePath, normalizeUri); in NormalizeUri()
[all …]