HomeSort by relevance Sort by last modified time
    Searched defs:sehandle (Results 1 - 5 of 5) sorted by null

  /bootable/recovery/updater/
updater.c 35 struct selabel_handle *sehandle; variable in typeref:struct:selabel_handle
113 sehandle = selabel_open(SELABEL_CTX_FILE, seopts, 1);
115 if (!sehandle) {
  /system/core/toolbox/
restorecon.c 12 static struct selabel_handle *sehandle; variable in typeref:struct:selabel_handle
32 if (selabel_lookup(sehandle, &newcontext, pathname, sb->st_mode) < 0) {
86 sehandle = selinux_android_file_context_handle();
88 if (!sehandle) {
  /bootable/recovery/
recovery.cpp 49 struct selabel_handle *sehandle; variable in typeref:struct:selabel_handle
152 if (strchr("wa", mode[0])) dirCreateHierarchy(path, 0777, NULL, 1, sehandle);
    [all...]
  /external/libselinux/src/
android.c 610 static struct selabel_handle *sehandle = NULL; variable in typeref:struct:selabel_handle
651 sehandle = file_context_open();
669 if (!sehandle)
678 if (selabel_lookup(sehandle, &newcontext, pathname, sb.st_mode) < 0)
  /system/core/init/
init.c 63 struct selabel_handle *sehandle; variable in typeref:struct:selabel_handle
854 struct selabel_handle* sehandle = NULL; local
855 while ((sehandle == NULL) && seopts_prop[i].value) {
856 sehandle = selabel_open(SELABEL_CTX_ANDROID_PROP, &seopts_prop[i], 1);
860 if (!sehandle) {
866 return sehandle;
871 sehandle = selinux_android_file_context_handle();
927 if (sehandle)
928 selabel_close(sehandle);

Completed in 138 milliseconds