/external/e2fsprogs/lib/ext2fs/ |
getsectsize.c | 44 fd = open64(file, O_RDONLY);
|
getsize.c | 163 fd = open64(file, O_RDONLY);
|
unix_io.c | 457 data->dev = open64(io->name, open_flags);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
fcntl2.h | 34 open64) __nonnull ((1)); 67 ...), open64) __nonnull ((1)); 69 "open64 can be called either with 2 or 3 arguments, not more"); 71 "open64 with O_CREAT in second argument needs 3 arguments"); 74 open64 (__const char *__path, int __oflag, ...) function
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
fcntl.h | 88 extern int __REDIRECT (open, (__const char *__file, int __oflag, ...), open64) 91 # define open open64 95 extern int open64 (__const char *__file, int __oflag, ...) __nonnull ((1));
|
/external/llvm/lib/ExecutionEngine/JIT/ |
Intercept.cpp | 69 sys::DynamicLibrary::AddSymbol("\x1open64", (void*)(intptr_t)open64);
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
Intercept.cpp | 69 sys::DynamicLibrary::AddSymbol("\x1open64", (void*)(intptr_t)open64);
|
/external/stlport/src/details/ |
fstream_unistd.cpp | 69 # define OPEN open64
|
/ndk/sources/cxx-stl/stlport/src/details/ |
fstream_unistd.cpp | 69 # define OPEN open64
|
/external/e2fsprogs/misc/ |
e2image.c | 595 fd = open64(image_fn, O_RDONLY); 689 fd = open64(image_fn, O_CREAT|O_TRUNC|O_WRONLY, 0600);
|
filefrag.c | 276 fd = open64(filename, O_RDONLY);
|
mke2fs.c | [all...] |
/external/e2fsprogs/resize/ |
main.c | 260 fd = open64(device_name, O_RDWR);
|
/external/e2fsprogs/ |
configure | [all...] |