Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dmatchpathcon.c171 } file_spec_t; typedef
182 static file_spec_t *fl_head;
193 file_spec_t *prevfl, *fl; in matchpathcon_filespec_add()
198 fl_head = malloc(sizeof(file_spec_t) * HASH_BUCKETS); in matchpathcon_filespec_add()
201 memset(fl_head, 0, sizeof(file_spec_t) * HASH_BUCKETS); in matchpathcon_filespec_add()
240 fl = malloc(sizeof(file_spec_t)); in matchpathcon_filespec_add()
265 file_spec_t *fl; in matchpathcon_filespec_eval()
296 file_spec_t *fl, *tmp; in matchpathcon_filespec_destroy()
Dselinux_restorecon.c412 } file_spec_t; typedef
414 static file_spec_t *fl_head;
423 file_spec_t *prevfl, *fl; in filespec_add()
428 fl_head = malloc(sizeof(file_spec_t) * HASH_BUCKETS); in filespec_add()
431 memset(fl_head, 0, sizeof(file_spec_t) * HASH_BUCKETS); in filespec_add()
468 fl = malloc(sizeof(file_spec_t)); in filespec_add()
495 file_spec_t *fl; in filespec_eval()
530 file_spec_t *fl, *tmp; in filespec_destroy()