Home
last modified time | relevance | path

Searched refs:SplitString (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_path_utils.cpp75 void SplitString(const std::string& str, std::vector<std::string>& out, size_t pos, const char* sep… in SplitString() function
176 SplitString(curJsModulePath, pathVector, moduleInstallPath.length()); in MakeNewJsModulePath()
186 SplitString(newJsModuleUri, relativePathVector); in MakeNewJsModulePath()
284 SplitString(curJsModulePath, pathVector, moduleInstallPath.length()); in FindNpmPackage()
326 SplitString(newJsModuleUri, pathVector, sizeof(PREFIX_BUNDLE) - 1); in ParseOhmUri()
342 SplitString(newJsModuleUri, pathVector, sizeof(PREFIX_MODULE) - 1); in ParseOhmUri()
355 SplitString(newJsModuleUri, pathVector, sizeof(PREFIX_LOCAL) - 1); in ParseOhmUri()
Dfile_path_utils.h27 …void SplitString(const std::string& str, std::vector<std::string>& out, size_t pos = 0, const char…
/arkcompiler/ets_runtime/ecmascript/quick_fix/
Dmain.cpp108 arg_list_t fileNames = base::StringHelper::SplitString(files, ";"); in Main()
110 arg_list_t fileNames = base::StringHelper::SplitString(files, ":"); in Main()
122 arg_list_t entryList = base::StringHelper::SplitString(entry, ":"); in Main()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.cpp34 arg_list_t apFileNames = base::StringHelper::SplitString(inFiles, GetFileDelimiter()); in MergeApFiles()
84 arg_list_t pandaFileNames = base::StringHelper::SplitString(inFiles, GetFileDelimiter()); in MergeApFiles()
Dpgo_profiler_info.cpp83 … std::vector<std::string> infos = StringHelper::SplitString(content, DumpUtils::BLOCK_SEPARATOR); in ParseFromText()
143 …std::vector<std::string> infoStrings = StringHelper::SplitString(infoString, DumpUtils::ELEMENT_SE… in ParseFromText()
900 …std::vector<std::string> infoStrings = StringHelper::SplitString(content, DumpUtils::BLOCK_SEPARAT… in ParseFromText()
/arkcompiler/toolchain/tooling/utils/
Dutils.h31 … static std::vector<std::string> SplitString(const std::string &str, const std::string &delimiter);
Dutils.cpp95 std::vector<std::string> Utils::SplitString(const std::string &str, const std::string &delimiter) in SplitString() function in OHOS::ArkCompiler::Toolchain::Utils
/arkcompiler/ets_runtime/ecmascript/base/
Dfile_header.h68 std::vector<std::string> versionNumber = StringHelper::SplitString(version, "."); in strToVersion()
145 std::vector<std::string> versionNumber = StringHelper::SplitString(version, "."); in InternalSetVersion()
Dstring_helper.h379 … static std::vector<std::string> SplitString(const std::string &str, const std::string &delimiter) in SplitString() function
433 …static void SplitString(const CString& str, CVector<CString>& out, size_t startPos, size_t times =…
/arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/ark_hz/
Dark_js_runtime.cpp52 *filenames = ecmascript::base::StringHelper::SplitString(files, ":"); in ProcessOptions()
/arkcompiler/toolchain/tooling/client/manager/
Dbreakpoint_manager.cpp50 breaksplitstring = Utils::SplitString(breakpointId, ":"); in Createbreaklocation()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp77 std::vector<std::string> CompilationDriver::SplitString(const std::string &str, const char ch) const in SplitString() function in panda::ecmascript::kungfu::CompilationDriver
Dcompilation_driver.h113 std::vector<std::string> SplitString(const std::string &str, const char ch) const;
Daot_compiler_preprocessor.cpp86 std::vector<std::string> CompilationOptions::SplitString(const std::string &str, const char ch) con… in SplitString() function in panda::ecmascript::kungfu::CompilationOptions
108 std::vector<std::string> methodNameVec = SplitString(methodNameList, comma); in ParseOption()
174 pandaFileNames_ = base::StringHelper::SplitString(files, delimiter); in HandlePandaFileNames()
Daot_compiler_preprocessor.h58 std::vector<std::string> SplitString(const std::string &str, const char ch) const;
Dtyped_bytecode_lowering.cpp84 std::vector<std::string> splitStrs = base::StringHelper::SplitString(optBCRange_, ","); in ParseOptBytecodeRange()
86 std::vector<std::string> splitRange = base::StringHelper::SplitString(optBCRange, ":"); in ParseOptBytecodeRange()
/arkcompiler/ets_runtime/ecmascript/js_vm/
Dmain.cpp138 arg_list_t fileNames = base::StringHelper::SplitString(files, ";"); in ExecutePandaFile()
140 arg_list_t fileNames = base::StringHelper::SplitString(files, ":"); in ExecutePandaFile()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_method_type_set.cpp136 …std::vector<std::string> typeInfoVector = StringHelper::SplitString(typeString, DumpUtils::TYPE_SE… in ParseFromText()
139 … std::vector<std::string> typeStrings = StringHelper::SplitString(iter, DumpUtils::BLOCK_START); in ParseFromText()
/arkcompiler/toolchain/tooling/client/tcpServer/
Dtcp_server.cpp153 std::vector<std::string> cliCmdStr = Utils::SplitString(g_inputStr, " "); in TcpServerWrite()
/arkcompiler/toolchain/tooling/client/ark_cli/
Dmain.cpp82 std::vector<std::string> cliCmdStr = Utils::SplitString(inputStr, " "); in InputOnMessage()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp306 StringHelper::SplitString(recordName, vec, 0, SEGMENTS_LIMIT_TWO); in ParseUrl()
341 StringHelper::SplitString(moduleRequestName, vec, 0, SEGMENTS_LIMIT_TWO); in ParsePrefixBundle()
362 StringHelper::SplitString(moduleRequestName, currentVec, 0, SEGMENTS_LIMIT_TWO); in ParsePrefixBundle()
465 StringHelper::SplitString(requestName, vec, 0); in FindOhpmEntryPoint()
511 StringHelper::SplitString(recordName, vec, 0, SEGMENTS_LIMIT_TWO); in FindPackageInTopLevelWithNamespace()
/arkcompiler/toolchain/tooling/test/client_utils/
Dtest_util.cpp119 std::vector<std::string> cliCmdStr = Utils::SplitString(action.message, " "); in ForkSocketClient()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dstring_helper_test.cpp191 std::vector<std::string> resultList = StringHelper::SplitString(result, delimiter); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pkg_args.h438 …arg_list_t apFileNames = base::StringHelper::SplitString(cOptions.profilerIn_, GetFileDelimiter()); in ParseProfilerPath()