Home
last modified time | relevance | path

Searched refs:ST_DEV (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/
Dstat.py10 ST_DEV = 2 variable
/external/python/cpython3/Lib/
Dstat.py10 ST_DEV = 2 variable
/external/python/cpython2/Lib/logging/
Dhandlers.py27 from stat import ST_DEV, ST_INO, ST_MTIME
398 self.dev, self.ino = sres[ST_DEV], sres[ST_INO]
421 if not sres or sres[ST_DEV] != self.dev or sres[ST_INO] != self.ino:
/external/python/cpython3/Lib/logging/
Dhandlers.py27 from stat import ST_DEV, ST_INO, ST_MTIME
484 self.dev, self.ino = sres[ST_DEV], sres[ST_INO]
504 if not sres or sres[ST_DEV] != self.dev or sres[ST_INO] != self.ino:
/external/python/pyfakefs/pyfakefs/
Dhelpers.py283 if item == stat.ST_DEV:
/external/python/cpython2/Doc/library/
Dstat.rst120 .. data:: ST_DEV
/external/python/cpython3/Doc/library/
Dstat.rst157 .. data:: ST_DEV