Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dproc_utils.cc69 char* first_at = static_cast<char*>(memchr(cmdline, '@', size)); in NormalizeCmdLine() local
70 if (first_at != nullptr && first_at < first_arg) { in NormalizeCmdLine()
71 *first_at = '\0'; in NormalizeCmdLine()
72 first_arg = first_at; in NormalizeCmdLine()