Home
last modified time | relevance | path

Searched defs:moduleInstallPath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/utils/
H A Djsi_module_searcher.cpp200 std::string moduleInstallPath = GetInstallPath(curJsModulePath, true); in MakeNewJsModulePath() local
281 const std::string& moduleInstallPath, const std::string& npmPackage, size_t start) const in FindNpmPackageInTopLevel() argument
297 std::string moduleInstallPath = bundleInstallPath_; in FindNpmPackage() local
310 std::string moduleInstallPath; in ParseOhmUri() local
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp168 std::string moduleInstallPath = GetInstallPath(curJsModulePath, true); in MakeNewJsModulePath() local
258 const std::string& moduleInstallPath, const std::string& npmPackage, size_t start) in FindNpmPackageInTopLevel()
277 std::string moduleInstallPath = GetInstallPath(curJsModulePath); in FindNpmPackage() local
319 std::string moduleInstallPath; in ParseOhmUri() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/file_path_utils_test/
H A Dfile_path_utils_test.cpp385 const std::string& moduleInstallPath = ""; variable