Home
last modified time | relevance | path

Searched refs:_cap_debug (Results 1 – 6 of 6) sorted by relevance

/external/libcap/libcap/
Dcap_file.c152 _cap_debug("namespaces with non-0 rootid unsupported by kernel"); in _fcaps_save()
162 _cap_debug("setting named file capabilities"); in _fcaps_save()
219 _cap_debug("getting fildes capabilities"); in cap_get_fd()
249 _cap_debug("getting filename capabilities"); in cap_get_file()
287 _cap_debug("unable to stat file descriptor %d", fildes); in cap_set_fd()
291 _cap_debug("file descriptor %d for non-regular file", fildes); in cap_set_fd()
297 _cap_debug("deleting fildes capabilities"); in cap_set_fd()
303 _cap_debug("setting fildes capabilities"); in cap_set_fd()
319 _cap_debug("unable to stat file [%s]", filename); in cap_set_file()
323 _cap_debug("file [%s] is not a regular file", filename); in cap_set_file()
[all …]
Dcap_flag.c31 _cap_debug("invalid arguments"); in cap_get_flag()
56 _cap_debug("weird capability (%d) - skipped", array_values[i]); in cap_set_flag()
71 _cap_debug("invalid arguments"); in cap_set_flag()
88 _cap_debug("invalid pointer"); in cap_clear()
117 _cap_debug("invalid pointer"); in cap_clear_flag()
132 _cap_debug("invalid arguments"); in cap_compare()
Dcap_alloc.c38 _cap_debug("out of memory"); in cap_init()
108 _cap_debug("bad argument"); in cap_dup()
115 _cap_debug("out of memory"); in cap_dup()
200 _cap_debug("don't recognize what we're supposed to liberate"); in cap_free()
Dcap_text.c144 _cap_debug("bad argument"); in cap_from_text()
167 _cap_debug("%s", str); in cap_from_text()
222 _cap_debug("next char = `%c'", *str); in cap_from_text()
238 _cap_debug("only '=' can be followed by space"); in cap_from_text()
242 _cap_debug("how to read?"); in cap_from_text()
275 _cap_debug("for + & - must list capabilities"); in cap_from_text()
284 _cap_debug("next clause"); in cap_from_text()
473 _cap_debug("%s", base); in cap_to_text()
Dlibcap.h167 # define _cap_debug(f, x...) do { \ macro
184 # define _cap_debug(f, x...) macro
Dcap_proc.c165 _cap_debug("getting current process' capabilities"); in cap_get_proc()
185 _cap_debug("setting process capabilities"); in _cap_set_proc()
209 _cap_debug("getting process capabilities for proc %d", pid); in capgetp()
254 _cap_debug("setting process capabilities for proc %d", pid); in capsetp()