Home
last modified time | relevance | path

Searched refs:relativePathVector (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/utils/
H A Djsi_module_searcher.cpp215 std::vector<std::string> relativePathVector; in MakeNewJsModulePath() local
216 SplitString(newJsModuleUri, relativePathVector); in MakeNewJsModulePath()
218 for (auto& value : relativePathVector) { in MakeNewJsModulePath()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp183 std::vector<std::string> relativePathVector; in MakeNewJsModulePath() local
184 SplitString(newJsModuleUri, relativePathVector); in MakeNewJsModulePath()
186 for (auto& value : relativePathVector) { in MakeNewJsModulePath()