/external/python/cpython2/Tools/scripts/ |
D | cvsfiles.py | 31 cutofftime = getmtime(a) 57 if cutofftime and getmtime(fullname) <= cutofftime: 64 def getmtime(filename): function
|
D | xxci.py | 24 list.append((getmtime(file), file)) 34 def getmtime(file): function
|
/external/libchrome/third_party/jinja2/ |
D | loaders.py | 179 mtime = path.getmtime(filename) 183 return path.getmtime(filename) == mtime 240 mtime = path.getmtime(filename) 243 return path.getmtime(filename) == mtime
|
/external/python/jinja/src/jinja2/ |
D | loaders.py | 186 mtime = os.path.getmtime(filename) 190 return os.path.getmtime(filename) == mtime 298 mtime = os.path.getmtime(p) 301 return os.path.isfile(p) and os.path.getmtime(p) == mtime
|
/external/python/cpython3/Lib/lib2to3/pgen2/ |
D | driver.py | 140 return os.path.getmtime(a) >= os.path.getmtime(b)
|
/external/python/cpython2/Lib/lib2to3/pgen2/ |
D | driver.py | 144 return os.path.getmtime(a) >= os.path.getmtime(b)
|
/external/protobuf/python/ |
D | setup.py | 61 os.path.getmtime(source) > os.path.getmtime(output))):
|
/external/python/cpython2/Lib/plat-riscos/ |
D | riscospath.py | 193 def getmtime(p): function 200 getatime= getmtime
|
/external/python/cpython2/Lib/plat-irix5/ |
D | flp.py | 76 file_mtime = getmtime(filename) 110 def getmtime(filename): function 132 wrlong(fp, getmtime(filename))
|
/external/python/cpython2/Lib/plat-irix6/ |
D | flp.py | 75 file_mtime = getmtime(filename) 109 def getmtime(filename): function 131 wrlong(fp, getmtime(filename))
|
/external/python/cpython2/Lib/ |
D | genericpath.py | 60 def getmtime(filename): function
|
/external/python/setuptools/setuptools/command/ |
D | rotate.py | 54 files = [(os.path.getmtime(f), f) for f in files]
|
/external/angle/scripts/ |
D | update_canary_angle.py | 32 binary_mtime = os.path.getmtime(binary_path)
|
D | perf_test_runner.py | 118 binary_mtime = os.path.getmtime(binary_path)
|
/external/angle/tools/android/modularization/convenience/ |
D | lookup_dep.py | 267 if (cache_path.exists() and os.path.getmtime(cache_path) > os.path.getmtime(abs_jar_path)):
|
/external/python/cpython3/Lib/ |
D | genericpath.py | 53 def getmtime(filename): function
|
/external/autotest/site_utils/rpm_control_system/ |
D | utils.py | 164 last_modified = os.path.getmtime(mapping_file)
|
D | utils_unittest.py | 56 os.path.getmtime(mox.IgnoreArg()).AndReturn(last_modified)
|
D | frontend_server.py | 93 self._mapping_last_modified = os.path.getmtime(MAPPING_FILE)
|
/external/autotest/client/site_tests/logging_UserCrash/ |
D | logging_UserCrash.py | 59 flag_time = time.time() - os.path.getmtime(_CRASH_REPORTER_ENABLED_PATH)
|
/external/autotest/client/site_tests/graphics_Power/ |
D | graphics_Power.py | 44 mtime = os.path.getmtime(self.filename)
|
/external/python/cpython2/Tools/faqwiz/ |
D | faqwiz.py | 244 def getmtime(self): member in FaqEntry 253 mtime = self.getmtime() 493 mtime = mtime = entry.getmtime() 564 mtime = entry.getmtime()
|
/external/libchrome/build/ |
D | get_syzygy_binaries.py | 159 if os.path.getmtime(__file__) > os.path.getmtime(path):
|
/external/llvm-project/lldb/test/API/source-manager/ |
D | TestSourceManager.py | 240 os.path.getmtime(self.file))
|
/external/selinux/sandbox/ |
D | sandbox | 108 SAVE_FILES[file] = (dest, os.path.getmtime(dest)) 493 if os.path.getmtime(dest) > mtime:
|