Lines Matching refs:paths
101 descriptor_t **paths;
105 paths = cache_get_descriptors(DM_PATH, errp);
110 for (i = 0; paths[i]; i++) {
111 if (libdiskmgt_str_eq(name, paths[i]->p.path->name)) {
112 path = paths[i];
115 cache_free_descriptor(paths[i]);
118 free(paths);
144 /* There are no stat types defined for paths */
157 if (cp->paths != NULL) {
160 for (i = 0; cp->paths[i]; i++) {
161 cache_load_desc(DM_PATH, cp->paths[i], NULL, NULL, &error);