Searched refs:gFileTimeStampCache (Results 1 – 2 of 2) sorted by relevance
44 gFileTimeStampCache = {} # {file path : file time stamp} variable445 if File in gFileTimeStampCache and TimeStamp == gFileTimeStampCache[File]:449 gFileTimeStampCache[File] = TimeStamp
2055 … Utils.DataDump(Utils.gFileTimeStampCache, os.path.join(CacheDirectory, "gFileTimeStampCache"))2060 if Utils.gFileTimeStampCache == {} and os.path.isfile(FilePath):2061 Utils.gFileTimeStampCache = Utils.DataRestore(FilePath)2062 if Utils.gFileTimeStampCache == None:2063 Utils.gFileTimeStampCache = {}