Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/utils/
H A Djsi_module_searcher.cpp244 std::string JsiModuleSearcher::FindNpmPackageInPath(const std::string& npmPath) const in FindNpmPackageInPath()
246 std::string fileName = npmPath + SEPERATOR + DIST_PATH_SEGMENT + SEPERATOR + NPM_ENTRY_FILE; in FindNpmPackageInPath()
256 fileName = npmPath + SEPERATOR + NPM_ENTRY_LINK; in FindNpmPackageInPath()
277 return npmPath + SEPERATOR + StripString(path); in FindNpmPackageInPath()
H A Djsi_module_searcher.h38 std::string FindNpmPackageInPath(const std::string& npmPath) const;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/file_path_utils_test/
H A Dfile_path_utils_test.cpp359 const std::string& npmPath = lengthPath; variable
360 std::string newJsModulePath = FindNpmPackageInPath(npmPath);
372 const std::string& npmPath = "npmPath"; variable
373 std::string newJsModulePath = FindNpmPackageInPath(npmPath);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp212 std::string FindNpmPackageInPath(const std::string& npmPath) in FindNpmPackageInPath() argument
214 std::string fileName = npmPath + "/" + NPM_ENTRY_FILE; in FindNpmPackageInPath()
224 fileName = npmPath + "/" + NPM_ENTRY_LINK; in FindNpmPackageInPath()
247 std::string npmPackagePath = npmPath + '/' + StripString(path); in FindNpmPackageInPath()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dfile_path_utils.h32 std::string FindNpmPackageInPath(const std::string& npmPath);