Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp257 std::string FindNpmPackageInTopLevel( in FindNpmPackageInTopLevel() function
288 return FindNpmPackageInTopLevel(moduleInstallPath, npmPackage); in FindNpmPackage()
313 return FindNpmPackageInTopLevel(moduleInstallPath, npmPackage, index); in FindNpmPackage()
371 return FindNpmPackageInTopLevel(moduleInstallPath, JoinString(pathVector, '/', index + 1)); in ParseOhmUri()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/utils/
H A Djsi_module_searcher.h39 std::string FindNpmPackageInTopLevel(
H A Djsi_module_searcher.cpp280 std::string JsiModuleSearcher::FindNpmPackageInTopLevel( in FindNpmPackageInTopLevel() function in OHOS::Ace::Framework::JsiModuleSearcher
362 … return FindNpmPackageInTopLevel(moduleInstallPath, JoinString(pathVector, SEPERATOR, index + 1)); in ParseOhmUri()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dfile_path_utils.h33 std::string FindNpmPackageInTopLevel(
/ohos5.0/foundation/ability/ability_runtime/test/unittest/file_path_utils_test/
H A Dfile_path_utils_test.cpp388 std::string newJsModulePath = FindNpmPackageInTopLevel(moduleInstallPath, npmPackage, start);