Searched refs:first_at (Results 1 – 1 of 1) sorted by relevance
181 char* first_at = static_cast<char*>(memchr(cmdline, '@', rd)); in GetHeapprofdProgramProperty() local182 if (first_at != nullptr && first_at < first_arg) { in GetHeapprofdProgramProperty()183 *first_at = '\0'; in GetHeapprofdProgramProperty()184 first_arg = first_at; in GetHeapprofdProgramProperty()