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

  /external/selinux/libselinux/include/selinux/
label.h 108 int selabel_lookup_best_match(struct selabel_handle *rec, char **con,
  /external/selinux/libselinux/utils/
selabel_lookup_best_match.c 129 rc = selabel_lookup_best_match(hnd, &context, path,
137 fprintf(stderr, "ERROR: selabel_lookup_best_match "
141 fprintf(stderr, "ERROR: selabel_lookup_best_match "
146 fprintf(stderr, "selabel_lookup_best_match ERROR: "
  /external/selinux/libselinux/src/
label.c 432 int selabel_lookup_best_match(struct selabel_handle *rec, char **con, function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 549 def selabel_lookup_best_match(*args): function
550 return _selinux.selabel_lookup_best_match(*args)
551 selabel_lookup_best_match = _selinux.selabel_lookup_best_match variable
    [all...]
  /system/core/init/
devices.cpp 241 if (selabel_lookup_best_match(sehandle, &secontext, path, links, mode)) {

Completed in 677 milliseconds