Home | History | Annotate | Download | only in logging

Lines Matching full:st_dev

27 from stat import ST_DEV, ST_INO, ST_MTIME
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: