Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
Dfortify_openat64_chk_test.cpp21 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/
Dfcntl.h30 int __openat64_chk(int, const char*, int);
110 return __openat64_chk(dirfd, path, flags); in openat64()
/third_party/musl/porting/linux/user/include/fortify/
Dfcntl.h30 int __openat64_chk(int, const char*, int);
110 return __openat64_chk(dirfd, path, flags); in openat64()
/third_party/musl/porting/linux/user/src/fortify/
Dfortify.c85 int __openat64_chk(int fd, const char* pathname, int flags) in __openat64_chk() function
/third_party/musl/
Dlibc.map.txt166 __openat64_chk;