Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/src/
Dstring_utils.cpp40 std::string blanks = " \f\v\t\r\n"; in Strip() local
42 auto first = str.find_first_not_of(blanks); in Strip()
47 auto last = str.find_last_not_of(blanks); in Strip()
/developtools/smartperf_host/trace_streamer/src/base/
Dstring_help.cpp93 std::string blanks = " \f\v\t\r\n"; in Strip() local
95 auto first = str.find_first_not_of(blanks); in Strip()
100 auto last = str.find_last_not_of(blanks); in Strip()