Home | History | Annotate | Download | only in src

Lines Matching refs:b_path

125 	char *b_path = cil_malloc(strlen(b_filecon->path_str) + 1);
126 b_path[0] = '\0';
128 strcat(b_path, b_filecon->path_str);
130 cil_post_fc_fill_data(b_data, b_path);
150 free(b_path);