Searched refs:JoinString (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| D | file_path_utils.cpp | 95 std::string JoinString(const std::vector<std::string>& strs, char sep, size_t startIndex) in JoinString() function 201 std::string jsModulePath = moduleInstallPath + JoinString(pathVector, '/'); in MakeNewJsModulePath() 300 … moduleInstallPath + JoinString(pathVector, '/') + '/' + NPM_PATH_SEGMENT + '/' + npmPackage; in FindNpmPackage() 370 return moduleInstallPath + JoinString(pathVector, '/', index); in ParseOhmUri() 373 return FindNpmPackageInTopLevel(moduleInstallPath, JoinString(pathVector, '/', index + 1)); in ParseOhmUri()
|
| D | file_path_utils.h | 28 std::string JoinString(const std::vector<std::string>& strs, char sep, size_t startIndex = 0);
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | string_helper.h | 452 …static CString JoinString(const CVector<CString>& strs, size_t startIndex, size_t endIndex, char c…
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_path_helper.cpp | 472 … CString maybeKey = ohpmPath + PathHelper::SLASH_TAG + StringHelper::JoinString(vec, 0, index); in FindOhpmEntryPoint() 488 … ohpmKey = ohpmKey + PathHelper::SLASH_TAG + StringHelper::JoinString(vec, index + 1, maxIndex); in FindOhpmEntryPoint()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | global_env_constants.h | 571 …V(JoinString, JOIN_INDEX, "join") …
|