/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/v8/tools/ninja/ |
D | ninja_output.py | 33 debug_mtime = os.path.getmtime(os.path.join(debug_path, test_path)) 37 rel_mtime = os.path.getmtime(os.path.join(release_path, test_path))
|
/external/v8/tools/testrunner/server/ |
D | signatures.py | 39 os.path.getmtime(signature_file) < os.path.getmtime(filename)):
|
/external/r8/tools/ |
D | gradle.py | 31 if not os.path.exists(GRADLE) or os.path.getmtime(GRADLE_TGZ) < os.path.getmtime(GRADLE_SHA1):
|
D | test_android_cts.py | 137 d8jar_mtime = os.path.getmtime(D8_JAR) 141 if clean_dex or os.path.getmtime(f) <= d8jar_mtime: 227 result_dirs.sort(key = os.path.getmtime)
|
/external/libmojo/third_party/jinja2/ |
D | loaders.py | 171 mtime = path.getmtime(filename) 174 return path.getmtime(filename) == mtime 230 mtime = path.getmtime(filename) 233 return path.getmtime(filename) == mtime
|
/external/v8/tools/ |
D | test-server.py | 104 os.path.getmtime(pubkeyfile) < os.path.getmtime(privkeyfile)):
|
D | run-tests.py | 37 from os.path import getmtime, isdir, join 462 if os.path.getmtime(gn_config_dir) > latest_timestamp: 463 latest_timestamp = os.path.getmtime(gn_config_dir)
|
/external/python/cpython2/Lib/lib2to3/pgen2/ |
D | driver.py | 143 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-irix6/ |
D | flp.py | 75 file_mtime = getmtime(filename) 109 def getmtime(filename): function 131 wrlong(fp, getmtime(filename))
|
/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/ |
D | genericpath.py | 60 def getmtime(filename): function
|
/external/autotest/site_utils/rpm_control_system/ |
D | utils.py | 191 last_modified = os.path.getmtime(mapping_file)
|
D | utils_unittest.py | 56 os.path.getmtime(mox.IgnoreArg()).AndReturn(last_modified)
|
D | frontend_server.py | 90 self._mapping_last_modified = os.path.getmtime(MAPPING_FILE)
|
/external/swiftshader/third_party/subzero/pydir/ |
D | szbuild.py | 18 return os.path.getmtime(old_path) > os.path.getmtime(new_path)
|
/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/selinux/sandbox/ |
D | sandbox | 108 SAVE_FILES[file] = (dest, os.path.getmtime(dest)) 493 if os.path.getmtime(dest) > mtime:
|
/external/trappy/trappy/ |
D | ftrace.py | 694 elif os.path.getmtime(trace_txt) < os.path.getmtime(trace_dat):
|
/external/v8/tools/dev/ |
D | v8gen.py | 271 mtime = os.path.getmtime(gn_args_path) + 1
|
/external/autotest/client/bin/result_tools/ |
D | utils.py | 336 summary_files = sorted(summary_files, key=os.path.getmtime)
|
/external/python/cpython2/Lib/test/ |
D | test_genericpath.py | 101 self.pathmodule.getmtime(test_support.TESTFN)
|