HomeSort by relevance Sort by last modified time
    Searched full:capng_type_t (Results 1 - 6 of 6) 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:__anon10078
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 398 int capng_update(capng_act_t action, capng_type_t type, unsigned int capability)
438 int capng_updatev(capng_act_t action, capng_type_t type,
772 int capng_have_capability(capng_type_t which, unsigned int capability)
893 char *capng_print_caps_text(capng_print_t where, capng_type_t which)
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_have_capability.3 7 int capng_have_capability(capng_type_t which, unsigned int capability);
capng_print_caps_text.3 7 char *capng_print_caps_text(capng_print_t where, capng_type_t which);
capng_update.3 7 int capng_update(capng_act_t action, capng_type_t type,unsigned int capability);
capng_updatev.3 7 int capng_updatev(capng_act_t action, capng_type_t type,

Completed in 111 milliseconds