Lines Matching defs:paths
308 /// This contains the the paths of the set of added binaries, removed
436 /// Getter of the the prefix that is common to all the paths of all
444 /// Getter of the the prefix that is common to all the paths of all
452 /// Setter of the the prefix that is common to all the paths of all
632 // path relative to the prefix common to the paths of all elements
647 /// Retrieve the set of "interesting" package element paths by
659 // We have already loaded the elf file paths, don't do it again.
1907 char* paths[] = {const_cast<char*>(dir.c_str()), 0};
1909 FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL);
2214 /// updates the vector of paths of the directory and the set of
2215 /// suppression paths found.
2225 /// @param paths out parameter. This is the set of meaningful paths
2226 /// of the current directory tree being analyzed. These paths are
2232 unordered_set<string>& paths)
2248 paths.insert(path);
2253 paths.insert(path);
2284 char* paths[] = {const_cast<char*>(root.c_str()), 0};
2286 FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL);
2422 // Several binaries at different paths can have the same
2435 // Several binaries at different paths can have the same