Searched refs:pIter (Results 1 – 9 of 9) sorted by relevance
165 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter)168 fs::Path file_filter(pIter.m_pParent->m_Path);172 if (FindNextFile(reinterpret_cast<HANDLE>(pIter.m_pParent->m_Handler),176 std::string path(pIter.m_pParent->m_Path.native());179 entry = pIter.m_pParent->m_Cache.insert(path, exist);185 pIter.m_pParent->m_CacheFull = true;189 pIter.m_pParent->path().native());
88 RpnExpr* RpnExpr::buildHelperExpr(SectionMap::iterator pIter) in buildHelperExpr() argument91 expr->push_back(SectDescOperand::create(*pIter)); in buildHelperExpr()93 expr->push_back(SectDescOperand::create(*pIter)); in buildHelperExpr()
33 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);107 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);122 const DirCache::iterator& pIter);
93 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
199 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter)202 std::string path(pIter.m_pParent->m_Path.native());203 switch (read_dir(pIter.m_pParent->m_Handler, path)) {207 entry = pIter.m_pParent->m_Cache.insert(path, exist);213 pIter.m_pParent->m_CacheFull = true;218 pIter.m_pParent->path().native());
154 const DirIterator::DirCache::iterator& pIter) in DirIterator() argument156 m_Iter(pIter) { in DirIterator()
67 static RpnExpr* buildHelperExpr(SectionMap::iterator pIter);
88 bool Archive::addObjectMember(uint32_t pFileOffset, InputTree::iterator pIter) in addObjectMember() argument93 entry->setValue(pIter); in addObjectMember()
155 bool addObjectMember(uint32_t pFileOffset, InputTree::iterator pIter);