Home
last modified time | relevance | path

Searched defs:strs (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/src/
Dstring_utils.cpp54 std::string StringUtils::Join(const std::vector<std::string>& strs, const std::string& sep) in Join()
/developtools/hiperf/test/unittest/common/native/
Ddwarf_test.cpp43 const std::vector<std::string> strs { variable
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/
DTaskScenePanelChart.java530 String[] strs = hosJLabel.getProcessName().split(";"); in getLabelText() local