Lines Matching defs:files

2567     std::vector<String> files;
2681 { files = val; }
2687 { return files; }
2717 { return files.size(); }
2723 { return files[index]; }
2731 files.clear();
2742 files = other.files;
2748 std::vector<String> files;
2758 * This is a simpler, explicitly-named list of files
2804 { files = val; }
2810 { return files; }
2816 { return files.size(); }
2822 { return files[index]; }
2830 files.clear();
2839 files = other.files;
2843 std::vector<String> files;
3102 * Find all files in the named directory
3122 * Parse a <fileset> entry, and determine which files
4391 //If there are <includes>, then add files to the output
4769 * Parse a <fileset> entry, and determine which files
5115 // On Windows 'remove' will only delete files
5665 * Used to list files ref'd by this one
5667 std::map<String, FileRec *> files;
5681 files = other.files;
5741 * Used to list files ref'd by this one
5743 std::vector<String> files;
5757 files = other.files; //avoid recursion
5818 * Sets the list of files within the directory to analyze
5826 * to see which files for directories to leave out.
5922 * A list of all files which will be processed for
5928 * The list of .o files, and the
6138 frec->files[iname] = other;
6162 frec->files[fullPath] = other;
6266 * Recursively check include lists to find all files in allFiles to which
6272 for (iter=include->files.begin() ; iter!=include->files.end() ; iter++)
6275 if (ofile->files.find(fname) != ofile->files.end())
6281 ofile->files[fname] = child;
6328 //ofile->files[cFileName] = include;
6388 for (citer=frec->files.begin() ; citer!=frec->files.end() ; citer++)
6468 depObject.files.push_back(depName);
6681 * for all .c or .cpp files which are newer than their correcsponding
6682 * .o files.
6808 * Compile each of the C files that need it
6876 for (std::size_t i=0 ; i<dep.files.size() ; i++)
6884 depName.append(dep.files[i]);
7303 * Generate CxxTest files
7888 taskstatus("compiling %d files", count);
7989 //trace("%d files in %s", fileSet.size(), fileSetDir.c_str());