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

  /external/chromium_org/chrome/common/extensions/docs/server2/
test_file_system.py 108 stat_result = StatInfo(self._SinglePathStat(path))
110 stat_result.child_versions = dict(
113 return stat_result
subversion_file_system_test.py 64 child_versions=json.loads(test_util.ReadFile('%s/stat_result.json' %
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 718 return stat_result(tup, dict)
725 _copy_reg.pickle(stat_result, _pickle_stat_result, _make_stat_result)
726 except NameError: # stat_result may not exist
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 718 return stat_result(tup, dict)
725 _copy_reg.pickle(stat_result, _pickle_stat_result, _make_stat_result)
726 except NameError: # stat_result may not exist
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 240 # Use the stat_result constructor with a too-short tuple.
242 result2 = os.stat_result((10,))
249 result2 = os.stat_result((0,1,2,3,4,5,6,7,8,9,10,11,12,13,14))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py 240 # Use the stat_result constructor with a too-short tuple.
242 result2 = os.stat_result((10,))
249 result2 = os.stat_result((0,1,2,3,4,5,6,7,8,9,10,11,12,13,14))
    [all...]
  /external/chromium_org/v8/src/
d8-posix.cc 591 int stat_result = stat(directory, &stat_buf); local
592 if (stat_result != 0) {
  /external/v8/src/
d8-posix.cc 560 int stat_result = stat(directory, &stat_buf); local
561 if (stat_result != 0) {
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py 520 stat_result = os.stat(path)
523 if not stat_result:
525 return stat_result.st_ino != old_inode
    [all...]
  /art/runtime/
class_linker.cc 767 int stat_result = TEMP_FAILURE_RETRY(stat(filename.c_str(), &stat_stat)); local
    [all...]

Completed in 1143 milliseconds