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

  /external/autotest/server/
crashcollect.py 73 file_stats = _get_file_stats(host, log_path)
74 if random.random() > file_stats.collection_probability:
77 log_path, file_stats.size,
78 file_stats.collection_probability)
  /external/ImageMagick/MagickCore/
utility.c 1827 file_stats; local
    [all...]
blob.c 1020 file_stats;
1004 file_stats; local
1171 file_stats; local
1673 file_stats; local
1946 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 513 file_stats;
525 if ((fstat(cache_info->file,&file_stats) == 0) && (file_stats.st_size > 0))
526 quantum=(size_t) MagickMin(file_stats.st_size,MagickMaxBufferExtent);
500 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;
  /system/core/libziparchive/
zip_writer.cc 93 struct stat file_stats; local
94 if (fstat(fileno(f), &file_stats) == 0) {
95 seekable_ = S_ISREG(file_stats.st_mode);
  /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
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pstats.py 113 file_stats = os.stat(arg)
114 arg = time.ctime(file_stats.st_mtime) + " " + arg
  /prebuilts/gdb/linux-x86/lib/python2.7/
pstats.py 113 file_stats = os.stat(arg)
114 arg = time.ctime(file_stats.st_mtime) + " " + arg
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pstats.py 113 file_stats = os.stat(arg)
114 arg = time.ctime(file_stats.st_mtime) + " " + arg
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pstats.py 113 file_stats = os.stat(arg)
114 arg = time.ctime(file_stats.st_mtime) + " " + arg

Completed in 1344 milliseconds