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

  /external/selinux/libselinux/src/android/
android_platform.c 137 struct selinux_opt fc_opts[nopts + 1]; local
139 memcpy(fc_opts, opts, nopts*sizeof(struct selinux_opt));
140 fc_opts[nopts].type = SELABEL_OPT_BASEONLY;
141 fc_opts[nopts].value = (char *)1;
143 sehandle = selabel_open(SELABEL_CTX_FILE, fc_opts, ARRAY_SIZE(fc_opts));
    [all...]
  /external/selinux/libselinux/src/
selinux_restorecon.c 1064 struct selinux_opt fc_opts[] = { local
1068 sehandle = selabel_open(SELABEL_CTX_FILE, fc_opts, 1);

Completed in 153 milliseconds