Searched refs:stat_result (Results 1 – 19 of 19) sorted by relevance
/external/autotest/venv/lucifer/ |
D | leasing.py | 88 stat_result = self._entry.stat() 93 mtime = stat_result.st_mtime_ns / (10 ** 9)
|
/external/python/cpython2/Lib/ |
D | os.py | 720 return stat_result(tup, dict) 727 _copy_reg.pickle(stat_result, _pickle_stat_result, _make_stat_result)
|
/external/python/cpython2/Lib/test/ |
D | 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))
|
D | test_os.py | 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))
|
/external/lz4/programs/ |
D | lz4io.c | 1100 int stat_result = 0; in LZ4IO_decompressDstFile() local 1106 stat_result = 1; in LZ4IO_decompressDstFile() 1114 if ( stat_result != 0 in LZ4IO_decompressDstFile()
|
/external/v8/src/ |
D | d8-posix.cc | 595 int stat_result = stat(directory, &stat_buf); in CheckItsADirectory() local 596 if (stat_result != 0) { in CheckItsADirectory()
|
/external/python/cpython3/Lib/test/ |
D | test_posixpath.py | 202 return posix.stat_result((0, st_ino, st_dev, 0, 0, 0, 0, 0, 0, 0)) 224 return posix.stat_result((0, st_ino, st_dev, 0, 0, 0, 0, 0, 0, 0))
|
D | test_os.py | 296 result2 = os.stat_result((10,)) 303 result2 = os.stat_result((0,1,2,3,4,5,6,7,8,9,10,11,12,13,14))
|
/external/python/cpython3/Doc/library/ |
D | gzip.rst | 134 :func:`time.time` and the :attr:`~os.stat_result.st_mtime` attribute of
|
D | os.rst | 794 Get the status of the file descriptor *fd*. Return a :class:`stat_result` 1794 :class:`stat_result` object. 2309 Return a :class:`stat_result` object for this entry. This method 2318 :class:`stat_result` are always set to zero. Call :func:`os.stat` to 2343 interface -- or as an open file descriptor. Return a :class:`stat_result` 2359 os.stat_result(st_mode=33188, st_ino=7876932, st_dev=234881026, 2377 .. class:: stat_result 2540 For backward compatibility, a :class:`stat_result` instance is also 2547 accessing :class:`stat_result` as a tuple always returns integers.
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0b1.rst | 305 Under Solaris and derivatives, :class:`os.stat_result` provides a st_fstype
|
D | 3.5.0a1.rst | 3233 Added the ``st_file_attributes`` field to os.stat_result on Windows.
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.5.rst | 1490 :attr:`stat_result.st_file_attributes <os.stat_result.st_file_attributes>`
|
D | 2.3.rst | 1371 :class:`stat_result` time stamps will be represented as integers. When using
|
D | 3.7.rst | 1164 :attr:`~os.stat_result.st_fstype` attribute on Solaris and its derivatives.
|
/external/python/cpython2/Doc/library/ |
D | os.rst | 1459 Determine whether :class:`stat_result` represents time stamps as float objects. 1464 For compatibility with older Python versions, accessing :class:`stat_result` as
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.3.rst | 1371 :class:`stat_result` time stamps will be represented as integers. When using
|
/external/python/cpython3/Misc/ |
D | HISTORY | 3800 interpreter startup. stat_result and statvfs_result are now hard-coded to 4552 - Issue #11939: Set the st_dev attribute of stat_result to allow Windows to 22709 - The time stamps in os.stat_result are floating point numbers
|
/external/python/cpython2/Misc/ |
D | HISTORY | 5325 - The time stamps in os.stat_result are floating point numbers
|