Searched refs:getmtime (Results 1 – 25 of 25) sorted by relevance
/third_party/jinja2/ |
D | loaders.py | 188 mtime = path.getmtime(filename) 192 return path.getmtime(filename) == mtime 255 mtime = path.getmtime(filename) 259 return path.getmtime(filename) == mtime
|
/third_party/skia/third_party/externals/jinja2/ |
D | loaders.py | 188 mtime = path.getmtime(filename) 192 return path.getmtime(filename) == mtime 255 mtime = path.getmtime(filename) 259 return path.getmtime(filename) == mtime
|
/third_party/node/tools/inspector_protocol/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
|
/third_party/python/Lib/lib2to3/pgen2/ |
D | driver.py | 140 return os.path.getmtime(a) >= os.path.getmtime(b)
|
/third_party/protobuf/python/ |
D | setup.py | 61 os.path.getmtime(source) > os.path.getmtime(output))):
|
/third_party/flutter/skia/third_party/externals/dawn/generator/ |
D | generator_lib.py | 101 mtime = os.path.getmtime(path) 104 return source, path, lambda: mtime == os.path.getmtime(path)
|
/third_party/flutter/skia/third_party/externals/angle2/scripts/ |
D | update_canary_angle.py | 32 binary_mtime = os.path.getmtime(binary_path)
|
D | perf_test_runner.py | 84 binary_mtime = os.path.getmtime(binary_path)
|
/third_party/skia/third_party/externals/dawn/generator/ |
D | generator_lib.py | 107 mtime = os.path.getmtime(path) 110 return source, path, lambda: mtime == os.path.getmtime(path)
|
/third_party/skia/third_party/externals/angle2/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)):
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | update_chrome_angle.py | 49 binary_mtime = os.path.getmtime(binary_path)
|
D | perf_test_runner.py | 118 binary_mtime = os.path.getmtime(binary_path)
|
/third_party/python/Lib/ |
D | genericpath.py | 53 def getmtime(filename): function
|
D | mailbox.py | 385 msg.set_date(os.path.getmtime(os.path.join(self._path, subpath))) 532 mtime = os.path.getmtime(self._paths[subdir])
|
/third_party/skia/third_party/externals/dawn/scripts/ |
D | perf_test_runner.py | 90 binary_mtime = os.path.getmtime(binary_path)
|
/third_party/mindspore/mindspore/train/callback/ |
D | _checkpoint.py | 498 ckpoint_files = sorted(self._ckpoint_filelist, key=os.path.getmtime) 507 modify_time = os.path.getmtime(ck_file)
|
/third_party/node/tools/inspector_protocol/ |
D | code_generator.py | 686 inputs_ts = max(map(os.path.getmtime, inputs)) 689 if not os.path.exists(output_file) or os.path.getmtime(output_file) < inputs_ts:
|
/third_party/vk-gl-cts/scripts/android/ |
D | build_apk.py | 322 lastInputChange = max(map(os.path.getmtime, existingInputs)) 323 firstOutputChange = min(map(os.path.getmtime, existingOutputs))
|
/third_party/mindspore/mindspore/profiler/ |
D | profiling.py | 528 …sorted_job_dirs = sorted(job_dirs, key=lambda x: os.path.getmtime(os.path.join(self._output_path, …
|
/third_party/python/Lib/test/ |
D | test_tarfile.py | 622 file_mtime = os.path.getmtime(path) 641 self.assertEqual(os.path.getmtime(extracted), tarinfo.mtime) 655 self.assertEqual(os.path.getmtime(path), tarinfo.mtime) 665 self.assertEqual(os.path.getmtime(extracted), tarinfo.mtime)
|
D | test_genericpath.py | 126 self.pathmodule.getmtime(filename)
|
D | test_mailbox.py | 1042 mtime = os.path.getmtime(self._path) 1048 self.assertEqual(mtime, os.path.getmtime(self._path))
|
/third_party/python/Lib/test/test_importlib/source/ |
D | test_file_loader.py | 646 source_mtime = os.path.getmtime(mapping['_temp'])
|
/third_party/python/Doc/library/ |
D | os.path.rst | 215 .. function:: getmtime(path)
|
/third_party/python/Misc/ |
D | HISTORY | 28997 getmtime(), getatime() -- these fetch the most popular items from the
|