Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Support/Windows/
DPathV3.inc158 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());
/frameworks/compile/mclinker/lib/Script/
DRpnExpr.cpp80 RpnExpr* RpnExpr::buildHelperExpr(SectionMap::iterator pIter) { in buildHelperExpr() argument
82 expr->push_back(SectDescOperand::create(*pIter)); in buildHelperExpr()
84 expr->push_back(SectDescOperand::create(*pIter)); in buildHelperExpr()
/frameworks/compile/mclinker/include/mcld/Support/
DDirectory.h33 DirIterator& pIter);
111 DirIterator& pIter);
126 explicit DirIterator(Directory* pParent, const DirCache::iterator& pIter);
DFileSystem.h89 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
/frameworks/compile/mclinker/lib/Support/Unix/
DPathV3.inc189 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());
/frameworks/compile/mclinker/lib/Support/
DDirectory.cpp142 const DirIterator::DirCache::iterator& pIter) in DirIterator() argument
143 : m_pParent(pParent), m_Iter(pIter) { in DirIterator()
/frameworks/compile/mclinker/lib/LD/
DArchive.cpp80 bool Archive::addObjectMember(uint32_t pFileOffset, InputTree::iterator pIter) { in addObjectMember() argument
84 entry->setValue(pIter); in addObjectMember()
/frameworks/compile/mclinker/include/mcld/Script/
DRpnExpr.h66 static RpnExpr* buildHelperExpr(SectionMap::iterator pIter);
/frameworks/compile/mclinker/include/mcld/LD/
DArchive.h139 bool addObjectMember(uint32_t pFileOffset, InputTree::iterator pIter);