Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc1250 struct stat stat_buffer; in HasEmptyContent() local
1251 if (fstat(fd_, &stat_buffer) != 0) { in HasEmptyContent()
1254 return stat_buffer.st_size == 0; in HasEmptyContent()
2052 struct stat stat_buffer; in IsProfileFile() local
2053 if (fstat(fd, &stat_buffer) != 0) { in IsProfileFile()
2057 if (stat_buffer.st_size == 0) { in IsProfileFile()