Lines Matching refs:path
91 process_line(const char *path, char *line_buf, unsigned int line_num,
114 path, line_num);
150 path, line_num, type);
242 const char *path = NULL;
269 path = opts[nopts].value;
277 if (!path)
278 path = selinux_sepgsql_context_path();
280 if ((filp = fopen(path, "re")) == NULL) {
295 rec->spec_file = strdup(path);
327 if (process_line(path, line_buf, ++line_num, catalog) < 0)
331 if (digest_add_specfile(rec->digest, filp, NULL, sb.st_size, path) < 0)