Home
last modified time | relevance | path

Searched refs:ST_INO (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Dstat.py9 ST_INO = 1 variable
/third_party/python/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:
/third_party/python/Doc/library/
Dstat.rst152 .. data:: ST_INO
Dlogging.handlers.rst177 *ST_INO* is not supported under Windows; :func:`~os.stat` always returns zero