Home
last modified time | relevance | path

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

/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/
H A DTempFilesPool.cs51 private Dictionary<string, bool> m_dContentLoc = new Dictionary<string, bool>(); field in KeePass.Util.TempFilesPool
177 if(m_dContentLoc.ContainsKey(strFilePattern) && !bRecursive) in AddContent()
180 m_dContentLoc[strFilePattern] = bRecursive; in AddContent()
270 if(m_dContentLoc.Count == 0) return; in ClearContentAsync()
300 dToDo = new Dictionary<string, bool>(m_dContentLoc); in ClearContentTh()
301 m_dContentLoc.Clear(); in ClearContentTh()
318 m_dContentLoc[kvp.Key] = kvp.Value; // Try again next time in ClearContentTh()