Home
last modified time | relevance | path

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

/third_party/musl/ndk_musl_include/fortify/
Dfcntl.h29 int __open64_chk(const char*, int);
90 return __open64_chk(path, flags); in open64()
/third_party/musl/porting/linux/user/include/fortify/
Dfcntl.h29 int __open64_chk(const char*, int);
90 return __open64_chk(path, flags); in open64()
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
Dfortify_open64_chk_test.cpp20 int fd = __open64_chk("/proc/version", O_RDWR);
/third_party/musl/porting/linux/user/src/fortify/
Dfortify.c77 int __open64_chk(const char* pathname, int flags) in __open64_chk() function
/third_party/musl/
Dlibc.map.txt164 __open64_chk;