HomeSort by relevance Sort by last modified time
    Searched refs:ST_DEV (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stat.py 10 ST_DEV = 2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stat.py 10 ST_DEV = 2
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 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:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 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:
    [all...]

Completed in 98 milliseconds