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

  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.h 40 CAPNG_INHERITABLE=4, CAPNG_BOUNDING_SET=8 } capng_type_t; typedef in typeref:enum:__anon24122
55 int capng_update(capng_act_t action, capng_type_t type,unsigned int capability);
56 int capng_updatev(capng_act_t action, capng_type_t type,
70 int capng_have_capability(capng_type_t which, unsigned int capability);
74 char *capng_print_caps_text(capng_print_t where, capng_type_t which);
cap-ng.c 394 int capng_update(capng_act_t action, capng_type_t type, unsigned int capability)
434 int capng_updatev(capng_act_t action, capng_type_t type,
768 int capng_have_capability(capng_type_t which, unsigned int capability)
889 char *capng_print_caps_text(capng_print_t where, capng_type_t which)

Completed in 46 milliseconds