HomeSort by relevance Sort by last modified time
    Searched refs:m_Cache (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 40 m_Cache(),
51 m_Cache(),
64 m_Cache(),
129 if (m_CacheFull && m_Cache.empty())
131 PathCache::iterator iter = m_Cache.begin();
139 return iterator(0, m_Cache.end());
147 m_Cache.clear();
200 if (m_pParent->m_Cache.end() == m_Iter) {
222 if (m_pParent->m_Cache.end() == m_Iter) {
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 91 mcld::sys::fs::PathCache m_Cache;
98 * DirIterator will open the directory and add entry into Directory::m_Cache
  /frameworks/compile/mclinker/lib/MC/
MCLDDirectory.cpp 79 Directory::m_Cache.clear();

Completed in 581 milliseconds