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