HomeSort by relevance Sort by last modified time
    Searched full:getatime (Results 51 - 54 of 54) sorted by null

1 23

  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py 303 os.utime(dest, (os.path.getatime(dest), message.get_date()))
341 os.utime(new_path, (os.path.getatime(new_path),
462 if now - os.path.getatime(path) > 129600: # 60 * 60 * 36
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 303 os.utime(dest, (os.path.getatime(dest), message.get_date()))
341 os.utime(new_path, (os.path.getatime(new_path),
462 if now - os.path.getatime(path) > 129600: # 60 * 60 * 36
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 303 os.utime(dest, (os.path.getatime(dest), message.get_date()))
341 os.utime(new_path, (os.path.getatime(new_path),
462 if now - os.path.getatime(path) > 129600: # 60 * 60 * 36
    [all...]
  /external/python/cpython2/Misc/
cheatsheet     [all...]

Completed in 496 milliseconds

1 23