Lines Matching defs:paths
98 descriptor_t **paths;
102 paths = cache_get_descriptors(DM_PATH, errp);
107 for (i = 0; paths[i]; i++) {
108 if (libdiskmgt_str_eq(name, paths[i]->p.path->name)) {
109 path = paths[i];
112 cache_free_descriptor(paths[i]);
115 free(paths);
141 /* There are no stat types defined for paths */
156 if (cp->paths != NULL) {
159 for (i = 0; cp->paths[i]; i++) {
160 cache_load_desc(DM_PATH, cp->paths[i], NULL,