Searched refs:GetInstallPath (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/test/unittest/file_path_utils_test/ |
H A D | file_path_utils_test.cpp | 248 std::string newJsModulePath = GetInstallPath(curJsModulePath, module); 262 std::string newJsModulePath = GetInstallPath(curJsModulePath, module); 276 std::string newJsModulePath = GetInstallPath(curJsModulePath, module); 290 std::string newJsModulePath = GetInstallPath(curJsModulePath, module); 304 std::string newJsModulePath = GetInstallPath(curJsModulePath, module); 318 std::string newJsModulePath = GetInstallPath(curJsModulePath, module);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/utils/ |
H A D | jsi_module_searcher.cpp | 180 std::string JsiModuleSearcher::GetInstallPath(const std::string& curJsModulePath, bool module) const in GetInstallPath() function in OHOS::Ace::Framework::JsiModuleSearcher 200 std::string moduleInstallPath = GetInstallPath(curJsModulePath, true); in MakeNewJsModulePath() 338 moduleInstallPath = GetInstallPath(curJsModulePath, false); in ParseOhmUri() 350 moduleInstallPath = GetInstallPath(curJsModulePath); in ParseOhmUri()
|
H A D | jsi_module_searcher.h | 36 std::string GetInstallPath(const std::string& curJsModulePath, bool module = true) const;
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | file_path_utils.cpp | 138 std::string GetInstallPath(const std::string& curJsModulePath, bool module) in GetInstallPath() function 168 std::string moduleInstallPath = GetInstallPath(curJsModulePath, true); in MakeNewJsModulePath() 277 std::string moduleInstallPath = GetInstallPath(curJsModulePath); in FindNpmPackage() 347 moduleInstallPath = GetInstallPath(curJsModulePath, false); in ParseOhmUri() 359 moduleInstallPath = GetInstallPath(curJsModulePath); in ParseOhmUri()
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/ |
H A D | file_path_utils.h | 30 std::string GetInstallPath(const std::string& curJsModulePath, bool module = true);
|