Searched refs:__pwrite64_chk (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/include/bits/fortify/ |
D | unistd.h | 43 ssize_t __pwrite64_chk(int, const void*, size_t, off64_t, size_t) __INTRODUCED_IN(24); 144 return __pwrite64_chk(fd, buf, count, offset, bos); in pwrite64()
|
/bionic/libc/bionic/ |
D | fortify.cpp | 187 ssize_t __pwrite64_chk(int fd, const void* buf, size_t count, off64_t offset, in __pwrite64_chk() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1244 __pwrite64_chk; # introduced=24
|
/bionic/libc/ |
D | libc.map.txt | 1244 __pwrite64_chk; # introduced=24
|