Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dstring_utils.cpp49 std::string blanks = " \f\v\t\r\n"; in Strip() local
51 auto first = str.find_first_not_of(blanks); in Strip()
56 auto last = str.find_last_not_of(blanks); in Strip()
/developtools/smartperf_host/trace_streamer/src/base/
H A Dstring_help.cpp95 std::string blanks = " \f\v\t\r\n"; in Strip() local
97 auto first = str.find_first_not_of(blanks); in Strip()
102 auto last = str.find_last_not_of(blanks); in Strip()

Completed in 2 milliseconds