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

  /external/chromium_org/tools/gyp/test/mac/
gyptest-copies.py 40 atime = os.path.getatime(dep_bundle)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
genericpath.py 9 __all__ = ['commonprefix', 'exists', 'getatime', 'getctime', 'getmtime',
57 def getatime(filename): function
os2emxpath.py 16 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
macpath.py 11 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
posixpath.py 30 "getatime","getctime","islink","exists","lexists","isdir","isfile",
ntpath.py 18 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
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/
genericpath.py 9 __all__ = ['commonprefix', 'exists', 'getatime', 'getctime', 'getmtime',
57 def getatime(filename): function
os2emxpath.py 16 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
macpath.py 11 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
posixpath.py 30 "getatime","getctime","islink","exists","lexists","isdir","isfile",
ntpath.py 18 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
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/test/
test_genericpath.py 22 common_attributes = ['commonprefix', 'getsize', 'getatime', 'getctime',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genericpath.py 22 common_attributes = ['commonprefix', 'getsize', 'getatime', 'getctime',
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
sdktools_commands_test.py 450 atime = os.path.getatime(archive)
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py     [all...]

Completed in 933 milliseconds