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

1 2

  /art/libartbase/base/
scoped_flock.cc 66 int stat_result = TEMP_FAILURE_RETRY(stat(filename, &stat_stat)); local
67 if (stat_result != 0) {
  /external/autotest/venv/lucifer/
leasing.py 92 stat_result = self._entry.stat()
97 mtime = stat_result.st_mtime_ns / (10 ** 9)
  /external/python/cpython2/RISCOS/Modules/
riscosmodule.c 144 "stat_result: Result from stat or lstat.\n\n\
171 "riscos.stat_result",
602 PyDict_SetItemString(d, "stat_result", (PyObject*) &StatResultType);
  /external/python/cpython3/Lib/test/
test_structseq.py 40 self.assertTrue(rep.startswith("os.stat_result"))
test_posixpath.py 207 return posix.stat_result((0, st_ino, st_dev, 0, 0, 0, 0, 0, 0, 0))
229 return posix.stat_result((0, st_ino, st_dev, 0, 0, 0, 0, 0, 0, 0))
  /art/patchoat/
patchoat_test.cc 62 int stat_result = lstat(filename.c_str(), &s); local
63 if (stat_result != 0) {
65 StringPrintf("Failed to stat %s: stat returned %d", filename.c_str(), stat_result);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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
  /external/python/cpython2/Lib/
os.py 720 return stat_result(tup, dict)
727 _copy_reg.pickle(stat_result, _pickle_stat_result, _make_stat_result)
728 except NameError: # stat_result may not exist
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/
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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 732 return stat_result(tup, dict)
739 _copy_reg.pickle(stat_result, _pickle_stat_result, _make_stat_result)
740 except NameError: # stat_result may not exist
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 747 return stat_result(tup, dict)
754 _copy_reg.pickle(stat_result, _pickle_stat_result, _make_stat_result)
755 except NameError: # stat_result may not exist
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_os.py 239 # Use the stat_result constructor with a too-short tuple.
241 result2 = os.stat_result((10,))
248 result2 = os.stat_result((0,1,2,3,4,5,6,7,8,9,10,11,12,13,14))
  /external/python/cpython2/Lib/test/
test_os.py 242 # Use the stat_result constructor with a too-short tuple.
244 result2 = os.stat_result((10,))
251 result2 = os.stat_result((0,1,2,3,4,5,6,7,8,9,10,11,12,13,14))
    [all...]
test_posixpath.py 234 return posix.stat_result((0, st_ino, st_dev, 0, 0, 0, 0, 0, 0, 0))
256 return posix.stat_result((0, st_ino, st_dev, 0, 0, 0, 0, 0, 0, 0))
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/python/cpython3/Doc/library/
gzip.rst 134 :func:`time.time` and the :attr:`~os.stat_result.st_mtime` attribute of
os.rst 798 Get the status of the file descriptor *fd*. Return a :class:`stat_result`
    [all...]
  /art/runtime/
common_runtime_test.cc 422 int stat_result = lstat(filename.c_str(), &s); local
423 ASSERT_EQ(0, stat_result) << "unable to stat " << filename;
  /external/v8/src/
d8-posix.cc 596 int stat_result = stat(directory, &stat_buf); local
597 if (stat_result != 0) {

Completed in 3245 milliseconds

1 2