OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CAPNG_FAIL
(Results
1 - 3
of
3
) sorted by null
/external/libcap-ng/libcap-ng-0.7/src/
cap-ng.h
43
typedef enum {
CAPNG_FAIL
=-1, CAPNG_NONE, CAPNG_PARTIAL,
cap-ng.c
684
return
CAPNG_FAIL
;
776
return
CAPNG_FAIL
;
/external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py
116
CAPNG_FAIL
= _capng.
CAPNG_FAIL
Completed in 502 milliseconds