Searched refs:tst_decode_fd (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/lib/ |
D | tst_safe_file_at.c | 16 const char *tst_decode_fd(const int fd) in tst_decode_fd() function 52 dirfd, tst_decode_fd(dirfd), path, oflags, mode); in safe_openat() 77 nbyte, dirfd, tst_decode_fd(dirfd), path); in safe_file_readat() 142 dirfd, tst_decode_fd(dirfd), path, fmt, buf); in safe_file_vprintfat() 151 dirfd, tst_decode_fd(dirfd), path); in safe_file_vprintfat() 194 dirfd, tst_decode_fd(dirfd), path, flags_sym); in safe_unlinkat()
|
D | tst_cgroup.c | 287 dpath = tst_decode_fd(parent->dir_fd); in cgroup_dir_mk() 1026 (*dir)->dir_fd, tst_decode_fd((*dir)->dir_fd), alias); in safe_cgroup_has()
|
/third_party/ltp/include/ |
D | tst_safe_file_at.h | 28 const char *tst_decode_fd(const int fd)
|