/external/python/cpython2/Lib/test/ |
test_genericpath.py | 22 common_attributes = ['commonprefix', 'getsize', 'getatime', 'getctime',
|
/external/python/cpython3/Lib/test/ |
test_genericpath.py | 20 common_attributes = ['commonprefix', 'getsize', 'getatime', 'getctime', 524 self.assertPathEqual(os.path.getatime)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
posixpath.py | 22 "getatime","getctime","islink","exists","lexists","isdir","isfile",
|
ntpath.py | 18 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
|
mailbox.py | 290 os.utime(dest, (os.path.getatime(dest), message.get_date()))
328 os.utime(new_path, (os.path.getatime(new_path),
449 if now - os.path.getatime(path) > 129600: # 60 * 60 * 36
[all...] |
/external/python/cpython2/Doc/library/ |
os.path.rst | 121 .. function:: getatime(path)
|
/external/python/cpython2/Lib/plat-riscos/ |
riscospath.py | 200 getatime= getmtime variable
|
/external/python/cpython2/Lib/ |
posixpath.py | 23 "getatime","getctime","islink","exists","lexists","isdir","isfile",
|
ntpath.py | 19 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
|
mailbox.py | 289 (os.path.getatime(tmp_file.name), message.get_date())) 344 (os.path.getatime(tmp_path), message.get_date())) 468 if now - os.path.getatime(path) > 129600: # 60 * 60 * 36 [all...] |
/external/python/cpython3/Lib/ |
posixpath.py | 21 "getatime","getctime","islink","exists","lexists","isdir","isfile",
|
ntpath.py | 16 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
|
mailbox.py | 311 (os.path.getatime(tmp_file.name), message.get_date())) 364 (os.path.getatime(tmp_path), message.get_date())) 482 if now - os.path.getatime(path) > 129600: # 60 * 60 * 36 [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
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/gdb/linux-x86/lib/python2.7/ |
posixpath.py | 30 "getatime","getctime","islink","exists","lexists","isdir","isfile",
|
ntpath.py | 18 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
posixpath.py | 30 "getatime","getctime","islink","exists","lexists","isdir","isfile",
|
ntpath.py | 18 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
posixpath.py | 30 "getatime","getctime","islink","exists","lexists","isdir","isfile",
|
ntpath.py | 18 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
ntpath.py | 18 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
ntpath.py | 32 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
|
/external/python/cpython3/Doc/library/ |
os.path.rst | 193 .. function:: getatime(path)
|