HomeSort by relevance Sort by last modified time
    Searched refs:stat_buffer (Results 1 - 4 of 4) sorted by null

  /system/core/metricsd/
metrics_library.cc 144 static struct stat stat_buffer; local
148 cached_enabled_ = stat(consent_file_.value().data(), &stat_buffer) >= 0;
  /external/libbrillo/brillo/
process.cc 143 struct stat stat_buffer; local
144 if (fstat(i->first, &stat_buffer) < 0) {
  /art/runtime/jit/
offline_profiling_info.cc 476 struct stat stat_buffer; local
477 if (fstat(fd, &stat_buffer) != 0) {
483 if (stat_buffer.st_size == 0) {
  /external/libxml2/
xmlIO.c 774 struct stat stat_buffer; local
789 if (xmlWrapStat(path, &stat_buffer) == -1)
792 if (stat(path, &stat_buffer) == -1)
796 if (S_ISDIR(stat_buffer.st_mode))
    [all...]

Completed in 1819 milliseconds