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

  /external/libcap-ng/libcap-ng-0.7/src/test/
thread_test.c 35 if (capng_have_capabilities(CAPNG_SELECT_CAPS) != CAPNG_NONE) {
lib_test.c 38 if (capng_have_capabilities(CAPNG_SELECT_BOTH) != CAPNG_NONE) {
56 if (capng_have_capabilities(CAPNG_SELECT_BOTH) != CAPNG_NONE) {
  /external/libcap-ng/libcap-ng-0.7/bindings/python/test/
capng-test.py 15 if capng.capng_have_capabilities(capng.CAPNG_SELECT_BOTH) != capng.CAPNG_NONE:
38 if rc <= capng.CAPNG_NONE:
  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.h 43 typedef enum { CAPNG_FAIL=-1, CAPNG_NONE, CAPNG_PARTIAL,
cap-ng.c 553 if (capng_have_capabilities(CAPNG_SELECT_CAPS) == CAPNG_NONE)
736 return CAPNG_NONE;
  /external/libcap-ng/libcap-ng-0.7/utils/
captest.c 95 if (capng_have_capabilities(CAPNG_SELECT_CAPS) == CAPNG_NONE) {
127 if (capng_have_capabilities(CAPNG_SELECT_CAPS) == CAPNG_NONE) {
pscap.c 121 if (caps > CAPNG_NONE) {
filecap.c 59 if (rc > CAPNG_NONE) {
netcap.c 102 if (caps <= CAPNG_NONE)
  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py 117 CAPNG_NONE = _capng.CAPNG_NONE

Completed in 84 milliseconds