Lines Matching defs:ofile
315 bool processDependency(FileRec *ofile,
322 bool processReference(FileRec *ofile,
883 bool DepTool::processDependency(FileRec *ofile,
891 if (ofile->files.find(fname) != ofile->files.end())
897 ofile->files[fname] = child;
899 processDependency(ofile, child, depth+1);
966 FileRec *ofile = new FileRec(FileRec::OFILE);
967 ofile->path = include->path;
968 ofile->baseName = include->baseName;
969 ofile->suffix = include->suffix;
975 depFiles[fname] = ofile;
977 ofile->files[cFileName] = include;
978 //trace("ofile:%s", fname.c_str());
980 processDependency(ofile, include, 0);