Searched refs:getdents (Results 1 – 25 of 78) sorted by relevance
1234
/external/ltp/testcases/kernel/syscalls/getdents/ |
D | getdents02.c | 132 getdents(fd, &dirp, sizeof(dirp)); in test_ebadf() 148 getdents(fd, (void *)buf, sizeof(buf)); in test_einval() 166 getdents(fd, &dir, sizeof(dir)); in test_enotdir() 187 getdents(fd, &dir, sizeof(dir)); in test_enoent()
|
D | getdents.h | 41 getdents(unsigned int fd, struct linux_dirent *dirp, unsigned int size) in getdents() function
|
D | getdents01.c | 115 rval = getdents(fd, dirp, BUFSIZE); in main()
|
/external/ltp/travis/ |
D | alpine.sh | 41 testcases/kernel/syscalls/getdents/getdents01.c \ 42 testcases/kernel/syscalls/getdents/getdents02.c \
|
/external/crosvm/seccomp/x86_64/ |
D | common_device.frequency | 21 getdents: 55
|
D | video_device.policy | 10 getdents: 1
|
D | xhci.policy | 40 getdents: 1
|
D | gpu_device.policy | 56 getdents: 1
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_solaris.cpp | 177 DECLARE__REAL_AND_INTERNAL64(uptr, getdents, fd_t fd, struct linux_dirent *dirp, in DECLARE__REAL_AND_INTERNAL64() argument 179 return _REAL64(getdents)(fd, dirp, count); in DECLARE__REAL_AND_INTERNAL64()
|
/external/crosvm/seccomp/arm/ |
D | xhci.policy | 40 getdents: 1
|
D | gpu_device.policy | 64 getdents: 1
|
/external/adhd/seccomp/ |
D | cras-seccomp-amd64.policy | 22 getdents: 1
|
D | cras-seccomp-arm.policy | 68 getdents: 1
|
/external/adhd/sound_card_init/seccomp/ |
D | sound_card_init-seccomp-amd64.policy | 24 getdents: 1
|
/external/strace/ |
D | dirent.c | 75 SYS_FUNC(getdents) in SYS_FUNC() argument
|
/external/strace/linux/aarch64/ |
D | syscallent.h | 59 [1065] = { 3, TD, SEN(getdents), "getdents" },
|
/external/ltp/include/lapi/syscalls/ |
D | sparc64.in | 157 getdents 174
|
D | ia64.in | 115 getdents 1144
|
D | mips_n64.in | 77 getdents 76
|
D | x86_64.in | 79 getdents 78
|
D | i386.in | 140 getdents 141
|
D | sparc.in | 179 getdents 174
|
D | s390x.in | 102 getdents 141
|
D | mips_n32.in | 77 getdents 76
|
D | s390.in | 102 getdents 141
|
1234