Searched refs:__openat64_chk (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
D | fortify_openat64_chk_test.cpp | 21 int result1 = __openat64_chk(0, "/dev/null", O_WRONLY); 22 int result2 = __openat64_chk(0, "/dev/null", O_RDONLY); 23 int result3 = __openat64_chk(0, "openat_test", O_WRONLY); 24 int result4 = __openat64_chk(0, "openat_test", O_RDONLY);
|
/third_party/musl/ndk_musl_include/fortify/ |
D | fcntl.h | 30 int __openat64_chk(int, const char*, int); 110 return __openat64_chk(dirfd, path, flags); in openat64()
|
/third_party/musl/porting/linux/user/include/fortify/ |
D | fcntl.h | 30 int __openat64_chk(int, const char*, int); 110 return __openat64_chk(dirfd, path, flags); in openat64()
|
/third_party/musl/porting/linux/user/src/fortify/ |
D | fortify.c | 85 int __openat64_chk(int fd, const char* pathname, int flags) in __openat64_chk() function
|
/third_party/musl/ |
D | libc.map.txt | 166 __openat64_chk;
|