Searched refs:getfdpath (Results 1 – 6 of 6) sorted by relevance
/external/strace/ |
D | pathtrace.c | 74 int n = getfdpath(tcp, fd, path, sizeof(path)); in fdmatch() 101 getfdpath(struct tcb *tcp, int fd, char *buf, unsigned bufsize) in getfdpath() function
|
D | kvm.c | 170 if (getfdpath(tcp, fd, path, sizeof(path)) >= 0) in vcpu_get_info()
|
D | util.c | 416 if (getfdpath(tcp, fd, path, sizeof(path)) >= 0) { in getfdinode() 475 if (show_fd_path && getfdpath(tcp, fd, path, sizeof(path)) >= 0) { in printfd()
|
D | bpf.c | 609 if (getfdpath(tcp, bpf_fd, path, sizeof(path)) > 0) { in print_bpf_obj_info()
|
D | defs.h | 611 extern int getfdpath(struct tcb *, int, char *, unsigned);
|
D | ChangeLog | 9728 (getfdpath): Replace sprintf with xsprintf. 46136 Stop using a large static buffer in getfdpath. 48454 * pathtrace.c (getfdpath): Fix array size calculation. 48469 (getfdpath): Simplify snprintf to sprintf. 51587 (getfdpath, pathtrace_select, pathtrace_match, show_fd_path, 51596 * util.c (printfd): Use getfdpath().
|