Searched refs:getfdpath (Results 1 - 3 of 3) sorted by relevance

/external/strace/
H A Dpathtrace.c76 int n = getfdpath(tcp, fd, path, sizeof(path));
104 getfdpath(struct tcb *tcp, int fd, char *buf, unsigned bufsize) function
H A Ddefs.h648 extern int getfdpath(struct tcb *, int, char *, unsigned);
H A Dutil.c412 if (show_fd_path && getfdpath(tcp, fd, path, sizeof(path)) >= 0)

Completed in 974 milliseconds