HomeSort by relevance Sort by last modified time
    Searched refs:fc_sehandle (Results 1 - 2 of 2) sorted by null

  /external/selinux/libselinux/src/
selinux_restorecon.c 46 static struct selabel_handle *fc_sehandle = NULL; variable in typeref:struct:selabel_handle
94 if (!fc_sehandle) {
610 rc = selabel_lookup_raw(fc_sehandle, &newcon, "/",
613 rc = selabel_lookup_raw(fc_sehandle, &newcon, lookup_path,
790 if (!fc_sehandle)
965 if (issys && !selabel_partial_match(fc_sehandle,
1044 fc_sehandle = (struct selabel_handle *) hndl;
1049 if (selabel_digest(fc_sehandle, &fc_digest, &fc_digest_len,
1149 if (!fc_sehandle || !fc_digest_len)
  /external/selinux/libselinux/src/android/
android_platform.c 1177 static struct selabel_handle *fc_sehandle = NULL; variable in typeref:struct:selabel_handle
1181 if (!fc_sehandle)
1182 fc_sehandle = selinux_android_file_context_handle();
    [all...]

Completed in 87 milliseconds