Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_field_parser.cpp41 const uint8_t* sectionEnd = start + size; in ReadString() local
42 while (*cursor && cursor < sectionEnd) { in ReadString()