Searched refs:gFileTimeStampCache (Results 1 – 2 of 2) sorted by relevance
1829 … Utils.DataDump(Utils.gFileTimeStampCache, os.path.join(CacheDirectory, "gFileTimeStampCache"))1834 if Utils.gFileTimeStampCache == {} and os.path.isfile(FilePath):1835 Utils.gFileTimeStampCache = Utils.DataRestore(FilePath)1836 if Utils.gFileTimeStampCache == None:1837 Utils.gFileTimeStampCache = {}
44 gFileTimeStampCache = {} # {file path : file time stamp} variable442 if File in gFileTimeStampCache and TimeStamp == gFileTimeStampCache[File]:446 gFileTimeStampCache[File] = TimeStamp