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

  /external/libcap-ng/libcap-ng-0.7/bindings/python/test/
capng-test.py 24 text = capng.capng_print_caps_numeric(capng.CAPNG_PRINT_BUFFER, capng.CAPNG_SELECT_CAPS)
40 capng.capng_print_caps_numeric(capng.CAPNG_PRINT_STDOUT, capng.CAPNG_SELECT_CAPS)
43 if capng.capng_have_capabilities(capng.CAPNG_SELECT_CAPS) != capng.CAPNG_PARTIAL:
53 if capng.capng_have_capabilities(capng.CAPNG_SELECT_CAPS)!=capng.CAPNG_PARTIAL:
55 capng.capng_print_caps_numeric(capng.CAPNG_PRINT_STDOUT, capng.CAPNG_SELECT_CAPS)
63 if capng.capng_have_capabilities(capng.CAPNG_SELECT_CAPS) != capng.CAPNG_FULL:
65 capng.capng_print_caps_numeric(capng.CAPNG_PRINT_STDOUT, capng.CAPNG_SELECT_CAPS)
  /external/libcap-ng/libcap-ng-0.7/src/test/
lib_test.c 49 text = capng_print_caps_numeric(CAPNG_PRINT_BUFFER, CAPNG_SELECT_CAPS);
73 CAPNG_SELECT_CAPS);
76 if(capng_have_capabilities(CAPNG_SELECT_CAPS)!=CAPNG_PARTIAL){
79 CAPNG_SELECT_CAPS);
126 if(capng_have_capabilities(CAPNG_SELECT_CAPS)!=CAPNG_PARTIAL){
129 CAPNG_SELECT_CAPS);
138 if (capng_have_capabilities(CAPNG_SELECT_CAPS) != CAPNG_FULL){
141 CAPNG_SELECT_CAPS);
159 CAPNG_SELECT_CAPS);
thread_test.c 18 if (capng_have_capabilities(CAPNG_SELECT_CAPS) < CAPNG_FULL) {
35 if (capng_have_capabilities(CAPNG_SELECT_CAPS) != 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) {
234 capng_clear(CAPNG_SELECT_CAPS);
237 capng_apply(CAPNG_SELECT_CAPS);
pscap.c 120 caps = capng_have_capabilities(CAPNG_SELECT_CAPS);
filecap.c 58 rc = capng_have_capabilities(CAPNG_SELECT_CAPS);
netcap.c 101 caps = capng_have_capabilities(CAPNG_SELECT_CAPS);
  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.h 41 typedef enum { CAPNG_SELECT_CAPS = 16, CAPNG_SELECT_BOUNDS = 32,
cap-ng.c 182 if (set & CAPNG_SELECT_CAPS)
198 if (set & CAPNG_SELECT_CAPS) {
497 if (set & CAPNG_SELECT_CAPS) {
553 if (capng_have_capabilities(CAPNG_SELECT_CAPS) == CAPNG_NONE)
605 rc = capng_apply(CAPNG_SELECT_CAPS);
653 rc = capng_apply(CAPNG_SELECT_CAPS);
690 if (set & CAPNG_SELECT_CAPS) {
822 if (set & CAPNG_SELECT_CAPS) {
849 if (set & CAPNG_SELECT_CAPS) {
  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py 113 CAPNG_SELECT_CAPS = _capng.CAPNG_SELECT_CAPS

Completed in 54 milliseconds