Home
last modified time | relevance | path

Searched refs:file_spec_t (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libselinux/src/
Dmatchpathcon.c143 } file_spec_t; typedef
154 static file_spec_t *fl_head;
165 file_spec_t *prevfl, *fl; in matchpathcon_filespec_add()
170 fl_head = malloc(sizeof(file_spec_t) * HASH_BUCKETS); in matchpathcon_filespec_add()
173 memset(fl_head, 0, sizeof(file_spec_t) * HASH_BUCKETS); in matchpathcon_filespec_add()
212 fl = malloc(sizeof(file_spec_t)); in matchpathcon_filespec_add()
237 file_spec_t *fl; in matchpathcon_filespec_eval()
268 file_spec_t *fl, *tmp; in matchpathcon_filespec_destroy()
/external/selinux/policycoreutils/setfiles/
Drestore.c27 } file_spec_t; typedef
35 static file_spec_t *fl_head;
501 file_spec_t *fl; in filespec_eval()
533 file_spec_t *fl, *tmp; in filespec_destroy()
560 file_spec_t *prevfl, *fl; in filespec_add()
565 fl_head = malloc(sizeof(file_spec_t) * HASH_BUCKETS); in filespec_add()
568 memset(fl_head, 0, sizeof(file_spec_t) * HASH_BUCKETS); in filespec_add()
605 fl = malloc(sizeof(file_spec_t)); in filespec_add()