Searched refs:stat_buffer (Results 1 - 1 of 1) sorted by relevance

/art/runtime/jit/
H A Doffline_profiling_info.cc476 struct stat stat_buffer; local
477 if (fstat(fd, &stat_buffer) != 0) {
483 if (stat_buffer.st_size == 0) {

Completed in 5 milliseconds