Home
last modified time | relevance | path

Searched refs:__pwrite_chk (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
Dfortify_pwrite_chk_test.cpp26 EXPECT_EQ(BUF_SIZE, __pwrite_chk(fd, buf, BUF_SIZE, 0, BUF_SIZE));
28 int ret = __pwrite_chk(fd, buf, BUF_SIZE, 0, BUF_SIZE);
/third_party/musl/ndk_musl_include/fortify/
Dunistd.h44 ssize_t __pwrite_chk(int, const void*, size_t, off_t, size_t);
/third_party/musl/porting/linux/user/include/fortify/
Dunistd.h44 ssize_t __pwrite_chk(int, const void*, size_t, off_t, size_t);
/third_party/musl/porting/linux/user/src/fortify/
Dfortify.c308 ssize_t __pwrite_chk(int fd, const void* buf, size_t count, off_t offset, size_t buf_size) in __pwrite_chk() function
/third_party/musl/
Dlibc.map.txt186 __pwrite_chk;