HomeSort by relevance Sort by last modified time
    Searched defs:O_BINARY (Results 51 - 75 of 82) sorted by null

1 23 4

  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_mwerks.h 155 # define O_BINARY 0
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_mwerks.h 155 # define O_BINARY 0
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_mwerks.h 155 # define O_BINARY 0
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_mwerks.h 155 # define O_BINARY 0
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_mwerks.h 155 # define O_BINARY 0
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_mwerks.h 155 # define O_BINARY 0
  /external/qemu/distrib/ext4_utils/src/
make_ext4fs.c 67 #define O_BINARY 0
407 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0644);
  /frameworks/base/tools/aapt/
XMLNode.cpp 16 #define O_BINARY 0
581 int fd = open(file->getSourceFile().string(), O_RDONLY | O_BINARY);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include-fixed/X11/
Xw32defs.h 72 # define O_BINARY _O_BINARY
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xw32defs.h 63 # define O_BINARY _O_BINARY
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 63 # define O_BINARY _O_BINARY
  /system/extras/ext4_utils/
make_ext4fs.c 67 #define O_BINARY 0
411 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0644);
  /external/openssl/crypto/des/
des.c 310 setmode(fileno(DES_IN),O_BINARY);
312 setmode(fileno(DES_OUT),O_BINARY);
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 89 #ifndef O_BINARY
91 #define O_BINARY _O_BINARY
93 #define O_BINARY 0 // If this isn't defined, the platform doesn't need it.
315 open(filename.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0666);
375 open(filename.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0666);
    [all...]
  /external/qemu/distrib/libsparse/src/
output_file.c 39 #define O_BINARY 0
751 int file_fd = open(file, O_RDONLY | O_BINARY);
  /external/qemu/include/
qemu-common.h 62 #ifndef O_BINARY
63 #define O_BINARY 0
  /frameworks/base/tools/aidl/
aidl.cpp 23 #ifndef O_BINARY
24 # define O_BINARY 0
    [all...]
  /system/core/libsparse/
output_file.c 39 #define O_BINARY 0
751 int file_fd = open(file, O_RDONLY | O_BINARY);
  /external/ceres-solver/examples/
libmv_bundle_adjuster.cc 104 // O_BINARY is not defined on unix like platforms, as there is no
106 #define O_BINARY 0
280 file_descriptor_ = open(file_name.c_str(), O_RDONLY | O_BINARY);
  /external/chromium_org/third_party/icu/source/extra/uconv/
uconv.cpp 56 #ifndef O_BINARY
57 #define O_BINARY _O_BINARY
638 if (setmode(fileno(stdin), O_BINARY) == -1) {
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 91 #ifndef O_BINARY
93 #define O_BINARY _O_BINARY
95 #define O_BINARY 0 // If this isn't defined, the platform doesn't need it.
334 open(filename.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0666);
394 open(filename.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0666);
    [all...]
  /external/e2fsprogs/intl/
loadmsgcat.c 477 O_BINARY is usually declared in <fcntl.h>. */
478 #if !defined O_BINARY && defined _O_BINARY
480 # define O_BINARY _O_BINARY
484 /* BeOS 5 has O_BINARY and O_TEXT, but they have no effect. */
485 # undef O_BINARY
489 #ifndef O_BINARY
490 # define O_BINARY 0
940 fd = open (domain_file->filename, O_RDONLY | O_BINARY);
    [all...]
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 56 #ifndef O_BINARY
57 #define O_BINARY _O_BINARY
638 if (setmode(fileno(stdin), O_BINARY) == -1) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 335 #ifndef O_BINARY
336 # define O_BINARY 0
    [all...]
  /system/core/fastboot/
fastboot.c 54 #ifndef O_BINARY
55 #define O_BINARY 0
197 fd = open(fn, O_RDONLY | O_BINARY);
675 fd = open(fname, O_RDONLY | O_BINARY);
    [all...]

Completed in 2649 milliseconds

1 23 4