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

  /external/libselinux/include/selinux/
label.h 115 * selabel_cmp - Compare two label configurations.
124 enum selabel_cmp_result selabel_cmp(struct selabel_handle *h1,
  /external/selinux/libselinux/include/selinux/
label.h 136 * selabel_cmp - Compare two label configurations.
145 enum selabel_cmp_result selabel_cmp(struct selabel_handle *h1,
  /external/libselinux/src/
label.c 153 enum selabel_cmp_result selabel_cmp(struct selabel_handle *h1, function
  /system/sepolicy/tools/
checkfc.c 246 result = selabel_cmp(global_state.sepolicy.sehnd[0], global_state.sepolicy.sehnd[1]);
  /external/selinux/libselinux/src/
label.c 436 enum selabel_cmp_result selabel_cmp(struct selabel_handle *h1, function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 565 def selabel_cmp(*args): function
566 return _selinux.selabel_cmp(*args)
567 selabel_cmp = _selinux.selabel_cmp variable
    [all...]

Completed in 270 milliseconds