Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/profiling/
Dnormalize.h46 char* first_at = static_cast<char*>(memchr(cmdline, '@', size)); in NormalizeCmdLine() local
47 if (first_at != nullptr && first_at < first_arg) { in NormalizeCmdLine()
48 *first_at = '\0'; in NormalizeCmdLine()
49 first_arg = first_at; in NormalizeCmdLine()