Lines Matching refs:path
44 struct cil_tree_node *cil_tree_get_next_path(struct cil_tree_node *node, char **info_kind, uint32_t *hll_line, char **path)
66 *path = node->cl_head->next->next->next->data;
75 *path = info->path;
93 *path = NULL;
101 char *path;
104 node = cil_tree_get_next_path(node, &info_kind, &hll_line, &path);
106 return path;
122 char *path = NULL;
125 path = cil_tree_get_cil_path(node);
127 if (path != NULL) {
128 cil_log(lvl, " at %s:%u", path, node->line);
136 node = cil_tree_get_next_path(node, &info_kind, &hll_line, &path);
144 cil_log(lvl," from %s:%u", path, hll_line);