Home | History | Annotate | Download | only in atree

Lines Matching full:directories

30 "  -I INPUTDIR    Specify one or more base directories in\n"
43 " directories in the order they are specified.\n"
208 set<string> directories;
227 // expand the directories that we should copy into a list of files
249 // gather directories
253 directories.insert(it->outPath);
257 directories.insert(s);
263 // and directories that should become files
281 // remove all files or directories as requested from the input atree file.
282 // must be done before create new directories.
297 // make directories
298 for (set<string>::iterator it=directories.begin();
299 it!=directories.end(); it++) {