Searched refs:isEphemeralAppSet (Results 1 – 1 of 1) sorted by relevance
278 bool isEphemeralAppSet; member328 if (s1->isEphemeralAppSet != s2->isEphemeralAppSet) in seapp_context_cmp()329 return (s1->isEphemeralAppSet ? -1 : 1); in seapp_context_cmp()425 (s1->isEphemeralAppSet && s1->isEphemeralApp == s2->isEphemeralApp); in seapp_context_cmp()588 cur->isEphemeralAppSet = true; in selinux_android_seapp_context_reload()796 cur->isEphemeralAppSet ? (cur->isEphemeralApp ? "true" : "false") : "null", in selinux_android_seapp_context_reload()975 if (cur->isEphemeralAppSet && cur->isEphemeralApp != isEphemeralApp) in seapp_context_lookup()