Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/
Ddeobfuscator.cc162 auto first_ch_pos = line.find_first_not_of(" \t"); in AddLine() local
163 if (first_ch_pos == std::string::npos || line[first_ch_pos] == '#') in AddLine()