OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:capng_apply_caps_fd
(Results
1 - 4
of
4
) sorted by null
/external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py
166
def
capng_apply_caps_fd
(*args):
function
167
return _capng.
capng_apply_caps_fd
(*args)
168
capng_apply_caps_fd
= _capng.
capng_apply_caps_fd
variable
/external/libcap-ng/libcap-ng-0.7/src/
cap-ng.h
66
int
capng_apply_caps_fd
(int fd);
cap-ng.c
530
int
capng_apply_caps_fd
(int fd)
function
/external/libcap-ng/libcap-ng-0.7/utils/
filecap.c
178
capng_apply_caps_fd
(fd);
Completed in 2625 milliseconds