Searched refs:isEphemeralAppSet (Results 1 – 1 of 1) sorted by relevance
204 bool isEphemeralAppSet; member253 if (s1->isEphemeralAppSet != s2->isEphemeralAppSet) in seapp_context_cmp()254 return (s1->isEphemeralAppSet ? -1 : 1); in seapp_context_cmp()346 (s1->isEphemeralAppSet && s1->isEphemeralApp == s2->isEphemeralApp); in seapp_context_cmp()490 cur->isEphemeralAppSet = true; in selinux_android_seapp_context_reload()689 cur->isEphemeralAppSet ? (cur->isEphemeralApp ? "true" : "false") : "null", in selinux_android_seapp_context_reload()861 if (cur->isEphemeralAppSet && cur->isEphemeralApp != isEphemeralApp) in seapp_context_lookup()