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

  /external/autotest/server/
crashcollect.py 109 file_stats = _get_file_stats(host, log_path)
110 if not file_stats:
115 random.random() > file_stats.collection_probability):
118 log_path, file_stats.size,
119 file_stats.collection_probability)
  /external/ImageMagick/MagickCore/
utility.c 1828 file_stats; local
    [all...]
blob.c 1414 file_stats; local
1589 file_stats; local
2266 file_stats; local
2692 file_stats; local
    [all...]
xml-tree.c 647 file_stats;
654 if ((fstat(file,&file_stats) == 0) && (file_stats.st_size > 0))
655 quantum=(size_t) MagickMin(file_stats.st_size,MagickMaxBufferExtent);
638 file_stats; local
    [all...]
cache.c 618 file_stats;
633 if ((fstat(cache_info->file,&file_stats) == 0) && (file_stats.st_size > 0))
634 quantum=(size_t) MagickMin(file_stats.st_size,MagickMaxBufferExtent);
604 file_stats; local
    [all...]
  /external/webrtc/webrtc/base/
stream.cc 450 struct stat file_stats; local
451 if (fstat(fileno(file_), &file_stats) != 0)
454 *size = file_stats.st_size;
476 struct stat file_stats; local
477 if (stat(filename.c_str(), &file_stats) != 0)
479 *size = file_stats.st_size;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pstats.py 125 file_stats = os.stat(arg)
126 arg = time.ctime(file_stats.st_mtime) + " " + arg
  /external/python/cpython2/Lib/
pstats.py 113 file_stats = os.stat(arg)
114 arg = time.ctime(file_stats.st_mtime) + " " + arg
  /external/python/cpython3/Lib/
pstats.py 126 file_stats = os.stat(arg)
127 arg = time.ctime(file_stats.st_mtime) + " " + arg

Completed in 1131 milliseconds