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.c3155 genfs_t *genfs_tail = NULL; in cil_genfscon_to_policydb() local
3163 if (genfs_tail && strcmp(genfs_tail->fstype, cil_genfscon->fs_str) == 0) { in cil_genfscon_to_policydb()
3171 if (genfs_tail) { in cil_genfscon_to_policydb()
3172 genfs_tail->next = new_genfs; in cil_genfscon_to_policydb()
3176 genfs_tail = new_genfs; in cil_genfscon_to_policydb()