Home
last modified time | relevance | path

Searched refs:show_fd_path (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Dstrace.c132 bool show_fd_path = 0; variable
1737 show_fd_path = 1; in init()
1844 if (show_fd_path) in init()
Ddefs.h565 extern bool show_fd_path;
Dutil.c412 if (show_fd_path && getfdpath(tcp, fd, path, sizeof(path)) >= 0) in printfd()
Dsyscall.c2692 if (show_fd_path) { in trace_syscall_exiting()