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

  /external/chromium/third_party/libjingle/source/talk/base/
stream.cc 454 struct stat file_stats; local
455 if (fstat(fileno(file_), &file_stats) != 0)
458 *size = file_stats.st_size;
480 struct stat file_stats; local
481 if (stat(filename.c_str(), &file_stats) != 0)
483 *size = file_stats.st_size;
  /external/chromium_org/third_party/libjingle/source/talk/base/
stream.cc 456 struct stat file_stats; local
457 if (fstat(fileno(file_), &file_stats) != 0)
460 *size = file_stats.st_size;
482 struct stat file_stats; local
483 if (stat(filename.c_str(), &file_stats) != 0)
485 *size = file_stats.st_size;
    [all...]
  /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 581 milliseconds