Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dselinux_restorecon.c105 static pthread_once_t fc_once = PTHREAD_ONCE_INIT; variable
798 __selinux_once(fc_once, restorecon_init); in selinux_restorecon()
1158 __selinux_once(fc_once, restorecon_init); in selinux_restorecon_xattr()
/external/selinux/libselinux/src/android/
Dandroid_platform.c1244 static pthread_once_t fc_once = PTHREAD_ONCE_INIT; variable
1593 __selinux_once(fc_once, file_context_init); in selinux_android_restorecon_common()