Searched defs:ST_INO (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
H A Dstat.py9 ST_INO = 1 variable
/external/python/cpython3/Lib/
H A Dstat.py9 ST_INO = 1 variable
/external/python/cpython2/Lib/logging/
H A Dhandlers.py27 from stat import ST_DEV, ST_INO, ST_MTIME namespace
384 for such a handler. Furthermore, ST_INO is not supported under
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/
H A Dhandlers.py27 from stat import ST_DEV, ST_INO, ST_MTIME namespace
430 for such a handler. Furthermore, ST_INO is not supported under
444 self.dev, self.ino = sres[ST_DEV], sres[ST_INO]
464 if not sres or sres[ST_DEV] != self.dev or sres[ST_INO] != self.ino:

Completed in 158 milliseconds