Home | History | Annotate | Download | only in logging

Lines Matching refs:ST_INO

27 from stat import ST_DEV, ST_INO, ST_MTIME
385 for such a handler. Furthermore, ST_INO is not supported under
399 self.dev, self.ino = sres[ST_DEV], sres[ST_INO]
422 if not sres or sres[ST_DEV] != self.dev or sres[ST_INO] != self.ino: