Searched defs:getmtime (Results 1 - 14 of 14) sorted by relevance

/external/python/cpython2/Tools/scripts/
H A Dcvsfiles.py31 cutofftime = getmtime(a)
57 if cutofftime and getmtime(fullname) <= cutofftime:
64 def getmtime(filename): function
H A Dxxci.py24 list.append((getmtime(file), file))
34 def getmtime(file): function
/external/python/cpython2/Lib/
H A Dgenericpath.py9 __all__ = ['commonprefix', 'exists', 'getatime', 'getctime', 'getmtime',
60 def getmtime(filename): function
/external/python/cpython3/Lib/
H A Dgenericpath.py9 __all__ = ['commonprefix', 'exists', 'getatime', 'getctime', 'getmtime',
53 def getmtime(filename): function
/external/python/cpython2/Lib/plat-irix5/
H A Dflp.py76 file_mtime = getmtime(filename)
110 def getmtime(filename): function
132 wrlong(fp, getmtime(filename))
/external/python/cpython2/Lib/plat-irix6/
H A Dflp.py75 file_mtime = getmtime(filename)
109 def getmtime(filename): function
131 wrlong(fp, getmtime(filename))
/external/python/cpython2/Lib/plat-riscos/
H A Driscospath.py193 def getmtime(p): function
200 getatime= getmtime
/external/v8/tools/
H A Drun-tests.py37 from os.path import getmtime, isdir, join namespace
462 if os.path.getmtime(gn_config_dir) > latest_timestamp:
463 latest_timestamp = os.path.getmtime(gn_config_dir)
/external/python/cpython2/Tools/faqwiz/
H A Dfaqwiz.py244 def getmtime(self): member in class:FaqEntry
253 mtime = self.getmtime()
493 mtime = mtime = entry.getmtime()
564 mtime = entry.getmtime()
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 504 milliseconds