Home
last modified time | relevance | path

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

/system/extras/ANRdaemon/
DANRdaemon.cpp70 static const int path_buf_size = 60; variable
258 char path_buf[path_buf_size]; in dump_trace()
266 snprintf(path_buf, path_buf_size, "/data/misc/anrd/dump_of_anrdaemon.%s", time_buf); in dump_trace()