Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_heapprofd.cpp181 char* first_at = static_cast<char*>(memchr(cmdline, '@', rd)); in GetHeapprofdProgramProperty() local
182 if (first_at != nullptr && first_at < first_arg) { in GetHeapprofdProgramProperty()
183 *first_at = '\0'; in GetHeapprofdProgramProperty()
184 first_arg = first_at; in GetHeapprofdProgramProperty()