Home | History | Annotate | Download | only in MC

Lines Matching defs:dir

43   iterator dir, dirEnd = end();
44 for (dir = begin(); dir!=dirEnd; ++dir) {
45 delete (*dir);
51 MCLDDirectory* dir = new MCLDDirectory(pPath);
52 if (dir->isInSysroot())
53 dir->setSysroot(m_SysRoot);
55 if (exists(dir->path()) && is_directory(dir->path())) {
56 m_DirList.push_back(dir);
60 delete dir;