/bionic/libc/bionic/ |
open.cpp | 67 __strong_alias(open64, open);
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/ |
Intercept.cpp | 69 sys::DynamicLibrary::AddSymbol("\x1open64", (void*)(intptr_t)open64);
|
/external/ltp/testcases/kernel/io/direct_io/ |
diotest5.c | 221 if ((fd_r = open64(filename, O_DIRECT | O_RDONLY | O_CREAT, 0666)) < 0) { 243 if ((fd_r = open64(filename, O_RDONLY | O_CREAT, 0666)) < 0) { 264 if ((fd_r = open64(filename, O_DIRECT | O_RDONLY | O_CREAT, 0666)) < 0) {
|
/external/openssh/openbsd-compat/ |
port-solaris.c | 53 if ((stat_fd = open64(CT_LATEST, O_RDONLY)) == -1) { 78 if ((tmpl_fd = open64(CT_TEMPLATE, O_RDWR)) == -1) { 174 if ((ctl_fd = open64(ctl_path, O_WRONLY)) < 0) {
|
/bionic/libc/include/ |
fcntl.h | 77 int open64(const char* __path, int __flags, ...) __INTRODUCED_IN(21);
|
/external/compiler-rt/lib/esan/ |
esan_interceptors.cpp | 270 INTERCEPTOR(int, open64, const char *name, int flags, int mode) { 272 COMMON_INTERCEPTOR_ENTER(ctx, open64, name, flags, mode); 274 return REAL(open64)(name, flags, mode); 276 #define ESAN_MAYBE_INTERCEPT_OPEN64 INTERCEPT_FUNCTION(open64)
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
mmapstress07.c | 153 if ((rofd = open64(tmpname, O_RDONLY | O_CREAT, 0777)) == -1) { 161 if ((rwfd = open64(tmpname, O_RDWR)) == -1) {
|
mmapstress01.c | 283 if ((fd = open64(filename, O_CREAT | O_TRUNC | O_RDWR, 0664)) == -1) { 494 if ((fd = open64(file, O_RDWR)) == -1) { 612 if ((fd = open64(file, O_RDONLY)) == -1) {
|
mmapstress10.c | 326 if ((fd = open64(filename, O_CREAT | O_TRUNC | O_RDWR, 0664)) == -1) { 561 if ((fd_mapper = open64(file, O_RDWR)) == -1) { 715 if ((fd_writer = open64(file, O_RDWR)) == -1) { 801 if ((fd = open64(file, O_RDONLY)) == -1) {
|
/external/ltp/utils/ffsb-6.0-rc2/ |
fh.c | 37 #define open64 open macro 82 fd = open64(filename, flags, S_IRWXU);
|
configure | [all...] |
/external/autotest/client/site_tests/platform_ToolchainTests/src/ |
clang-fortify-tests.cpp | 219 open64("/", 0, 0, 0); 230 open64("/", O_CREAT); 232 open64("/", O_TMPFILE);
|
/bionic/tests/ |
fcntl_test.cpp | 59 fd = open64("/proc/version", O_RDONLY); 152 int fd = open64("/proc/version", O_RDONLY);
|
/external/e2fsprogs/misc/ |
e4defrag.c | 1112 fd = open64(file, O_RDONLY); [all...] |
filefrag.c | 401 fd = open64(filename, O_RDONLY);
|
/external/e2fsprogs/lib/ext2fs/ |
unix_io.c | 528 return open64(pathname, flags, mode); 530 return open64(pathname, flags);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interceptors.cc | [all...] |
/external/llvm/lib/Analysis/ |
TargetLibraryInfo.cpp | 390 TLI.setUnavailable(LibFunc::open64); 860 case LibFunc::open64: [all...] |
/external/elfutils/libdwfl/ |
linux-kernel-modules.c | 58 #define open open64
|
/external/strace/ |
util.c | 1225 # define open_file open64
|
configure | [all...] |
/external/llvm/lib/Transforms/Utils/ |
BuildLibCalls.cpp | 663 case LibFunc::open64: [all...] |
/external/e2fsprogs/ |
configure | [all...] |