Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dselinux_restorecon.c104 static pthread_once_t fc_once = PTHREAD_ONCE_INIT; variable
788 __selinux_once(fc_once, restorecon_init); in selinux_restorecon()
1147 __selinux_once(fc_once, restorecon_init); in selinux_restorecon_xattr()
/external/selinux/libselinux/src/android/
Dandroid_platform.c1127 static pthread_once_t fc_once = PTHREAD_ONCE_INIT; variable
1424 __selinux_once(fc_once, file_context_init); in selinux_android_restorecon_common()