Searched refs:open64 (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/include/bits/fortify/ |
D | fcntl.h | 105 int open64(const char* pathname, int flags, mode_t modes, ...) __overloadable 109 int open64(const char* const __pass_object_size pathname, int flags) in open64() function 116 int open64(const char* const __pass_object_size pathname, int flags, mode_t modes) in open64() function
|
/bionic/tests/ |
D | clang_fortify_tests.cpp | 283 open64("/", 0, 0, 0); in FORTIFY_TEST() 295 EXPECT_FORTIFY_DEATH(open64(target, O_CREAT)); in FORTIFY_TEST() 297 EXPECT_FORTIFY_DEATH(open64(target, O_TMPFILE)); in FORTIFY_TEST() 310 EXPECT_NO_DEATH(open64(target, O_RDONLY, 0777)); in FORTIFY_TEST()
|
D | fcntl_test.cpp | 59 fd = open64("/proc/version", O_RDONLY); in TEST() 166 int fd = open64("/proc/version", O_RDONLY); in TEST()
|
/bionic/libc/bionic/ |
D | open.cpp | 68 __strong_alias(open64, open);
|
/bionic/libc/include/ |
D | fcntl.h | 138 int open64(const char* __path, int __flags, ...) __INTRODUCED_IN(21);
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 709 open64; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 709 open64; # introduced=21
|