Searched defs:files (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Ddeptool.cpp37 # This is a list of files to exclude from building, using DepTool
54 2. Run deptool. This will take a few seconds to scan all of your files
55 and make its dependency lists. Three files are created:
56 make.files: lists all of the files that were considered
61 and recursively determines which other files include it, and how
156 * Used to list files ref'd by this one, in the case of allFiles,
157 * or other files which reference this one, such as refFiles;
159 std::map<String, FileRec *> files; member in class:FileRec
178 files
[all...]
H A Dcolor-profile.cpp813 std::vector<Glib::ustring> files; local
832 files.push_back( filepath );
848 return files;
856 std::vector<Glib::ustring> files = getProfileFiles(); local
857 for ( std::vector<Glib::ustring>::const_iterator it = files.begin(); it != files.end(); ++it ) {
945 std::vector<Glib::ustring> files = ColorProfile::getProfileFiles(); local
947 for ( std::vector<Glib::ustring>::const_iterator it = files.begin(); it != files.end(); ++it ) {
/inkscape/
H A Dbuildtool.cpp2567 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; member in class:buildtool::FileSet
2758 * This is a simpler, explicitly-named list of files
2843 std::vector<String> files; member in class:buildtool::FileList
5667 std::map<String, FileRec *> files; member in class:buildtool::FileRec
5743 std::vector<String> files; member in class:buildtool::DepRec
[all...]

Completed in 285 milliseconds