Searched refs:pIter (Results 1 – 9 of 9) sorted by relevance
158 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter) {160 fs::Path file_filter(pIter.m_pParent->m_Path);164 if (FindNextFile(reinterpret_cast<HANDLE>(pIter.m_pParent->m_Handler),168 std::string path(pIter.m_pParent->m_Path.native());171 entry = pIter.m_pParent->m_Cache.insert(path, exist);176 pIter.m_pParent->m_CacheFull = true;179 pIter.m_pParent->path().native());
80 RpnExpr* RpnExpr::buildHelperExpr(SectionMap::iterator pIter) { in buildHelperExpr() argument82 expr->push_back(SectDescOperand::create(*pIter)); in buildHelperExpr()84 expr->push_back(SectDescOperand::create(*pIter)); in buildHelperExpr()
33 DirIterator& pIter);111 DirIterator& pIter);126 explicit DirIterator(Directory* pParent, const DirCache::iterator& pIter);
89 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
189 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter) {191 std::string path(pIter.m_pParent->m_Path.native());192 switch (read_dir(pIter.m_pParent->m_Handler, path)) {196 entry = pIter.m_pParent->m_Cache.insert(path, exist);202 pIter.m_pParent->m_CacheFull = true;207 pIter.m_pParent->path().native());
142 const DirIterator::DirCache::iterator& pIter) in DirIterator() argument143 : m_pParent(pParent), m_Iter(pIter) { in DirIterator()
80 bool Archive::addObjectMember(uint32_t pFileOffset, InputTree::iterator pIter) { in addObjectMember() argument84 entry->setValue(pIter); in addObjectMember()
66 static RpnExpr* buildHelperExpr(SectionMap::iterator pIter);
139 bool addObjectMember(uint32_t pFileOffset, InputTree::iterator pIter);