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

  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py 150 def capng_apply(*args): function
151 return _capng.capng_apply(*args)
152 capng_apply = _capng.capng_apply variable
  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.h 60 int capng_apply(capng_select_t set);
cap-ng.c 469 int capng_apply(capng_select_t set) function
605 rc = capng_apply(CAPNG_SELECT_CAPS);
612 rc = capng_apply(CAPNG_SELECT_BOUNDS);
653 rc = capng_apply(CAPNG_SELECT_CAPS);
  /external/libcap-ng/libcap-ng-0.7/utils/
captest.c 230 capng_apply(CAPNG_SELECT_BOTH);
237 capng_apply(CAPNG_SELECT_CAPS);

Completed in 1312 milliseconds