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.cpp274 std::string newJsModulePath = MakeNewJsModulePath(curJsModulePath, npmPackage); in FindNpmPackage() local
275 if (!newJsModulePath.empty()) { in FindNpmPackage()
276 return newJsModulePath; in FindNpmPackage()
378 std::string newJsModulePath; in NormalizeUri() local
380 return newJsModulePath; in NormalizeUri()
388 newJsModulePath = MakeNewJsModulePath(curJsModulePath, normalizeUri); in NormalizeUri()
392 newJsModulePath = ParseOhmUri(bundleName, curJsModulePath, normalizeUri); in NormalizeUri()
393 if (newJsModulePath.empty()) { in NormalizeUri()
394 newJsModulePath = FindNpmPackage(curJsModulePath, normalizeUri); in NormalizeUri()
399 newJsModulePath = FindNpmPackage(curJsModulePath, normalizeUri); in NormalizeUri()
[all …]