HomeSort by relevance Sort by last modified time
    Searched refs:getfdpath (Results 1 - 3 of 3) sorted by null

  /external/strace/
pathtrace.c 74 int n = getfdpath(tcp, fd, path, sizeof(path));
101 getfdpath(struct tcb *tcp, int fd, char *buf, unsigned bufsize) function
util.c 408 if (getfdpath(tcp, fd, path, sizeof(path)) >= 0) {
425 if (show_fd_path && getfdpath(tcp, fd, path, sizeof(path)) >= 0) {
defs.h 498 extern int getfdpath(struct tcb *, int, char *, unsigned);
    [all...]

Completed in 77 milliseconds