Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Derror.cpp78 static const char* last_file; in error_at_line() local
80 if (last_line == line && last_file != nullptr && strcmp(last_file, file) == 0) { in error_at_line()
83 last_file = file; in error_at_line()