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

  /external/libselinux/include/selinux/
label.h 99 int selabel_lookup_raw(struct selabel_handle *handle, char **con,
  /external/selinux/libselinux/include/selinux/
label.h 101 int selabel_lookup_raw(struct selabel_handle *handle, char **con,
  /external/selinux/libselinux/utils/
selabel_lookup.c 98 rc = selabel_lookup_raw(hnd, &context, key, type);
  /external/selinux/libselinux/src/
matchpathcon.c 426 selabel_lookup_raw(hnd, con, path, mode) :
485 if (selabel_lookup_raw(hnd, &fcontext, path, mode) != 0) {
518 if (selabel_lookup_raw(hnd, &scontext, path, st.st_mode)) {
label.c 363 int selabel_lookup_raw(struct selabel_handle *rec, char **con, function
  /external/selinux/policycoreutils/setfiles/
restore.c 99 return selabel_lookup_raw(r_opts->hnd, con, "/", sb->st_mode);
101 return selabel_lookup_raw(r_opts->hnd, con, name, sb->st_mode);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 541 def selabel_lookup_raw(*args): function
542 return _selinux.selabel_lookup_raw(*args)
543 selabel_lookup_raw = _selinux.selabel_lookup_raw variable
    [all...]

Completed in 1310 milliseconds