Home
last modified time | relevance | path

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

/external/python/cpython2/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/cpython2/Doc/library/
Dstat.rst120 .. data:: ST_DEV