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.c404 } file_spec_t; typedef
406 static file_spec_t *fl_head;
415 file_spec_t *prevfl, *fl; in filespec_add()
420 fl_head = malloc(sizeof(file_spec_t) * HASH_BUCKETS); in filespec_add()
423 memset(fl_head, 0, sizeof(file_spec_t) * HASH_BUCKETS); in filespec_add()
460 fl = malloc(sizeof(file_spec_t)); in filespec_add()
487 file_spec_t *fl; in filespec_eval()
522 file_spec_t *fl, *tmp; in filespec_destroy()