Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_path_utils.cpp95 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()
Dfile_path_utils.h28 std::string JoinString(const std::vector<std::string>& strs, char sep, size_t startIndex = 0);
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h452 …static CString JoinString(const CVector<CString>& strs, size_t startIndex, size_t endIndex, char c…
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp472 … 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/
Dglobal_env_constants.h571 …V(JoinString, JOIN_INDEX, "join") …