Searched refs:isEphemeralAppSet (Results 1 – 1 of 1) sorted by relevance
140 bool isEphemeralAppSet; member189 if (s1->isEphemeralAppSet != s2->isEphemeralAppSet) in seapp_context_cmp()190 return (s1->isEphemeralAppSet ? -1 : 1); in seapp_context_cmp()282 (s1->isEphemeralAppSet && s1->isEphemeralApp == s2->isEphemeralApp); in seapp_context_cmp()426 cur->isEphemeralAppSet = true; in selinux_android_seapp_context_reload()625 cur->isEphemeralAppSet ? (cur->isEphemeralApp ? "true" : "false") : "null", in selinux_android_seapp_context_reload()797 if (cur->isEphemeralAppSet && cur->isEphemeralApp != isEphemeralApp) in seapp_context_lookup()