Home
last modified time | relevance | path

Searched refs:getmtime (Results 1 – 25 of 54) sorted by relevance

123

/external/python/cpython2/Tools/scripts/
Dcvsfiles.py31 cutofftime = getmtime(a)
57 if cutofftime and getmtime(fullname) <= cutofftime:
64 def getmtime(filename): function
Dxxci.py24 list.append((getmtime(file), file))
34 def getmtime(file): function
/external/libchrome/third_party/jinja2/
Dloaders.py179 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/
Dloaders.py186 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/
Ddriver.py140 return os.path.getmtime(a) >= os.path.getmtime(b)
/external/python/cpython2/Lib/lib2to3/pgen2/
Ddriver.py144 return os.path.getmtime(a) >= os.path.getmtime(b)
/external/protobuf/python/
Dsetup.py61 os.path.getmtime(source) > os.path.getmtime(output))):
/external/python/cpython2/Lib/plat-riscos/
Driscospath.py193 def getmtime(p): function
200 getatime= getmtime
/external/python/cpython2/Lib/plat-irix5/
Dflp.py76 file_mtime = getmtime(filename)
110 def getmtime(filename): function
132 wrlong(fp, getmtime(filename))
/external/python/cpython2/Lib/plat-irix6/
Dflp.py75 file_mtime = getmtime(filename)
109 def getmtime(filename): function
131 wrlong(fp, getmtime(filename))
/external/python/cpython2/Lib/
Dgenericpath.py60 def getmtime(filename): function
/external/python/setuptools/setuptools/command/
Drotate.py54 files = [(os.path.getmtime(f), f) for f in files]
/external/angle/scripts/
Dupdate_canary_angle.py32 binary_mtime = os.path.getmtime(binary_path)
Dperf_test_runner.py118 binary_mtime = os.path.getmtime(binary_path)
/external/angle/tools/android/modularization/convenience/
Dlookup_dep.py267 if (cache_path.exists() and os.path.getmtime(cache_path) > os.path.getmtime(abs_jar_path)):
/external/python/cpython3/Lib/
Dgenericpath.py53 def getmtime(filename): function
/external/autotest/site_utils/rpm_control_system/
Dutils.py164 last_modified = os.path.getmtime(mapping_file)
Dutils_unittest.py56 os.path.getmtime(mox.IgnoreArg()).AndReturn(last_modified)
Dfrontend_server.py93 self._mapping_last_modified = os.path.getmtime(MAPPING_FILE)
/external/autotest/client/site_tests/logging_UserCrash/
Dlogging_UserCrash.py59 flag_time = time.time() - os.path.getmtime(_CRASH_REPORTER_ENABLED_PATH)
/external/autotest/client/site_tests/graphics_Power/
Dgraphics_Power.py44 mtime = os.path.getmtime(self.filename)
/external/python/cpython2/Tools/faqwiz/
Dfaqwiz.py244 def getmtime(self): member in FaqEntry
253 mtime = self.getmtime()
493 mtime = mtime = entry.getmtime()
564 mtime = entry.getmtime()
/external/libchrome/build/
Dget_syzygy_binaries.py159 if os.path.getmtime(__file__) > os.path.getmtime(path):
/external/llvm-project/lldb/test/API/source-manager/
DTestSourceManager.py240 os.path.getmtime(self.file))
/external/selinux/sandbox/
Dsandbox108 SAVE_FILES[file] = (dest, os.path.getmtime(dest))
493 if os.path.getmtime(dest) > mtime:

123