Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_binary.c2858 genfs_t *genfs_tail = NULL; in cil_genfscon_to_policydb() local
2866 if (genfs_tail && strcmp(genfs_tail->fstype, cil_genfscon->fs_str) == 0) { in cil_genfscon_to_policydb()
2874 if (genfs_tail) { in cil_genfscon_to_policydb()
2875 genfs_tail->next = new_genfs; in cil_genfscon_to_policydb()
2879 genfs_tail = new_genfs; in cil_genfscon_to_policydb()