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

  /external/selinux/libselinux/utils/
selabel_partial_match.c 61 hnd = selabel_open(SELABEL_CTX_FILE, selabel_option, 2);
63 fprintf(stderr, "ERROR: selabel_open - Could not obtain "
selabel_lookup.c 89 hnd = selabel_open(backend, selabel_option, 2);
91 fprintf(stderr, "ERROR: selabel_open - Could not obtain "
selabel_lookup_best_match.c 117 hnd = selabel_open(SELABEL_CTX_FILE, options, 2);
119 fprintf(stderr, "ERROR: selabel_open - Could not obtain "
selabel_digest.c 124 hnd = selabel_open(backend, selabel_option, 3);
132 fprintf(stderr, "ERROR: selabel_open: %s\n",
  /external/libselinux/include/selinux/
label.h 60 * selabel_open - Create a labeling handle.
71 struct selabel_handle *selabel_open(unsigned int backend,
  /external/selinux/libselinux/include/selinux/
label.h 62 * selabel_open - Create a labeling handle.
73 struct selabel_handle *selabel_open(unsigned int backend,
114 * be set in selabel_open() to initiate the digest generation.
  /build/tools/fs_config/
fs_config.c 60 struct selabel_handle* sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
63 perror("error running selabel_open");
  /external/squashfs-tools/squashfs-tools/
android.c 65 selabel_open(SELABEL_CTX_FILE, seopts, ARRAY_SIZE(seopts));
68 perror("Error running selabel_open.");
  /bootable/recovery/updater/
updater.cpp 125 sehandle = selabel_open(SELABEL_CTX_FILE, seopts, 1);
  /external/libselinux/src/
label.c 66 struct selabel_handle *selabel_open(unsigned int backend, function
android.c     [all...]
  /system/extras/ext4_utils/
make_ext4fs_main.c 149 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
  /system/sepolicy/tools/
checkfc.c 239 global_state.sepolicy.sehnd[i] = selabel_open(backend, opts, 2);
312 global_state.sepolicy.sehnd[0] = selabel_open(backend, opts, 2);
  /external/selinux/libselinux/src/
label.c 317 struct selabel_handle *selabel_open(unsigned int backend, function
matchpathcon.c 322 hnd = selabel_open(SELABEL_CTX_FILE, options, SELABEL_NOPT);
493 * file_contexts.subs file does not exist (see selabel_open in
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 529 def selabel_open(*args): function
530 return _selinux.selabel_open(*args)
531 selabel_open = _selinux.selabel_open variable
    [all...]
  /external/selinux/policycoreutils/setfiles/
restore.c 65 r_opts->hnd = selabel_open(SELABEL_CTX_FILE, selinux_opts, 2);
  /bootable/recovery/
recovery.cpp     [all...]

Completed in 2313 milliseconds