Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/gecko/
Dgecko_trace_tokenizer.cc92 size_t mapping_meta_start = name.find( in NotifyEndOfFile() local
94 if (mapping_meta_start == base::StringView::npos && in NotifyEndOfFile()
106 size_t mapping_start = mapping_meta_start + kMappingStart.size(); in NotifyEndOfFile()
117 name.substr(0, mapping_meta_start), base::StringView())); in NotifyEndOfFile()