Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1282 struct stat stat_buffer; in HasEmptyContent() local
1283 if (fstat(fd_, &stat_buffer) != 0) { in HasEmptyContent()
1286 return stat_buffer.st_size == 0; in HasEmptyContent()
2146 struct stat stat_buffer; in IsProfileFile() local
2147 if (fstat(fd, &stat_buffer) != 0) { in IsProfileFile()
2151 if (stat_buffer.st_size == 0) { in IsProfileFile()