Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/android/
Dandroid_platform.c209 bool isOwner; member
343 (s1->isOwnerSet && s1->isOwner == s2->isOwner) && in seapp_context_cmp()
512 cur->isOwner = true; in selinux_android_seapp_context_reload()
514 cur->isOwner = false; in selinux_android_seapp_context_reload()
691 cur->isOwnerSet ? (cur->isOwner ? "true" : "false") : "null", in selinux_android_seapp_context_reload()
796 bool isOwner; in seapp_context_lookup() local
828 isOwner = (userid == 0); in seapp_context_lookup()
867 if (cur->isOwnerSet && cur->isOwner != isOwner) in seapp_context_lookup()