Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DDataSection.py74 … if not os.path.exists(CopyMapFile) or (os.path.getmtime(MapFile) > os.path.getmtime(CopyMapFile)):
93 (os.path.getmtime(self.SectFileName) > os.path.getmtime(FileBeforeStrip)):
DEfiSection.py242 (os.path.getmtime(MapFile) > os.path.getmtime(CopyMapFile)):
248 (os.path.getmtime(File) > os.path.getmtime(FileBeforeStrip)):
DSection.py159 if os.path.getmtime(FullName) > os.path.getmtime(Makefile):
DGuidSection.py167 …xists(TempFile) and os.path.exists(DummyFile) and os.path.getmtime(TempFile) < os.path.getmtime(Du…
DFfsInfStatement.py741 (os.path.getmtime(File) > os.path.getmtime(FileBeforeStrip)):
780 (os.path.getmtime(GenSecInputFile) > os.path.getmtime(FileBeforeStrip)):
DGenFdsGlobalVariable.py352 OutputTime = os.path.getmtime(Output)
361 if os.path.getmtime(F) > OutputTime:
DGenFds.py115 GenFdsGlobalVariable.FdfFileTimeStamp = os.path.getmtime(FdfFilename)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DLongFilePathOsPath.py29 def getmtime(filename): function
30 return os.path.getmtime(LongFilePath(filename))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
Ddriver.py140 return os.path.getmtime(a) >= os.path.getmtime(b)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dgenericpath.py52 def getmtime(filename): function
Dmailbox.py252 self._toc_mtimes[subdir] = os.path.getmtime(self._paths[subdir])
346 msg.set_date(os.path.getmtime(os.path.join(self._path, subpath)))
500 mtime = os.path.getmtime(self._paths[subdir])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dgenericpath.py60 def getmtime(filename): function
/device/linaro/bootloader/edk2/IntelFspPkg/Tools/
DGenCfgOpt.py789 DscTime = os.path.getmtime(self._DscFile)
790 TxtTime = os.path.getmtime(UpdTxtFile)
920 DscTime = os.path.getmtime(self._DscFile)
921 HeadTime = os.path.getmtime(HeaderFile)
925 InpTime = os.path.getmtime(InputHeaderFile)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
Dfaqwiz.py244 def getmtime(self): member in FaqEntry
253 mtime = self.getmtime()
493 mtime = mtime = entry.getmtime()
564 mtime = entry.getmtime()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_genericpath.py101 self.pathmodule.getmtime(test_support.TESTFN)
Dtest_mailbox.py812 mtime = os.path.getmtime(self._path)
818 self.assertEqual(mtime, os.path.getmtime(self._path))
Dtest_tarfile.py329 self.assertEqual(tarinfo.mtime, os.path.getmtime(path))
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Dc.py362 ModifiedTime = os.path.getmtime(FullName)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpycodegen.py130 mtime = os.path.getmtime(self.filename)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Dc.py536 ModifiedTime = os.path.getmtime(FullName)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py1228 if not os.path.exists(VpdFilePath) or os.path.getmtime(VpdFilePath) < DscTimeStamp: