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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
stat.py 9 ST_INO = 1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stat.py 9 ST_INO = 1
  /external/python/cpython2/Lib/
stat.py 9 ST_INO = 1
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stat.py 9 ST_INO = 1
  /prebuilts/gdb/linux-x86/lib/python2.7/
stat.py 9 ST_INO = 1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stat.py 9 ST_INO = 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stat.py 9 ST_INO = 1
  /external/python/cpython3/Lib/
stat.py 9 ST_INO = 1
  /external/python/cpython2/Lib/plat-riscos/
riscospath.py 248 # samefile works on filename comparison since there is no ST_DEV and ST_INO is
270 return os.fstat(a)[stat.ST_INO]==os.fstat(b)[stat.ST_INO]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
handlers.py 28 from stat import ST_DEV, ST_INO, ST_MTIME
379 for such a handler. Furthermore, ST_INO is not supported under
391 self.dev, self.ino = stat[ST_DEV], stat[ST_INO]
406 changed = (stat[ST_DEV] != self.dev) or (stat[ST_INO] != self.ino)
413 self.dev, self.ino = stat[ST_DEV], stat[ST_INO]
    [all...]
  /external/python/cpython2/Lib/logging/
handlers.py 27 from stat import ST_DEV, ST_INO, ST_MTIME
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:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
handlers.py 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:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
handlers.py 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:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 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:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 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:
    [all...]
  /external/python/cpython3/Lib/logging/
handlers.py 27 from stat import ST_DEV, ST_INO, ST_MTIME
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:
    [all...]

Completed in 985 milliseconds