Home
last modified time | relevance | path

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

/AOO42X/main/framework/source/accelerators/
H A Dstorageholder.cxx116 for ( pIt = m_lStorages.begin(); in forgetCachedStorages()
117 pIt != m_lStorages.end() ; in forgetCachedStorages()
124 m_lStorages.clear(); in forgetCachedStorages()
180 TPath2StorageInfo::iterator pCheck = m_lStorages.find(sCheckPath); in openPath()
182 if (pCheck != m_lStorages.end()) in openPath()
216 pInfo = &(m_lStorages[sCheckPath]); in openPath()
256 TPath2StorageInfo::iterator pCheck = m_lStorages.find(sCheckPath); in getAllPathStorages()
257 if (pCheck == m_lStorages.end()) in getAllPathStorages()
338 TPath2StorageInfo::iterator pPath = m_lStorages.find(sPath); in closePath()
339 if (pPath == m_lStorages.end()) in closePath()
[all …]
/AOO42X/main/framework/source/inc/accelerators/
H A Dstorageholder.hxx109 TPath2StorageInfo m_lStorages; member in framework::StorageHolder