Home
last modified time | relevance | path

Searched refs:__sanitizer_syscall_post_getdents (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/test/msan/Linux/
Dsyscalls.cc35 __sanitizer_syscall_post_getdents(0, 0, buf, kTen); in main()
49 __sanitizer_syscall_post_getdents(kTen, 0, buf, kTen); in main()
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h1052 #define __sanitizer_syscall_post_getdents(res, fd, dirent, count) \ macro