Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
Dfortify_openat_chk_test.cpp21 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/
Dfcntl.h27 int __openat_chk(int, const char*, int);
69 return __openat_chk(dirfd, path, flags); in openat()
/third_party/musl/porting/linux/user/include/fortify/
Dfcntl.h27 int __openat_chk(int, const char*, int);
69 return __openat_chk(dirfd, path, flags); in openat()
/third_party/musl/porting/linux/user/src/fortify/
Dfortify.c68 int __openat_chk(int fd, const char* pathname, int flags) in __openat_chk() function
/third_party/musl/
Dlibc.map.txt165 __openat_chk;