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

1 23

  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 106 #ifndef O_BINARY
108 #define O_BINARY _O_BINARY
110 #define O_BINARY 0 // If this isn't defined, the platform doesn't need it.
447 open(filename.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0666);
507 open(filename.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0666);
    [all...]
  /external/tcpdump/
tcpdump.c 851 * On UNIX, that's not necessary. O_BINARY is defined on Windows;
854 #ifndef O_BINARY
855 #define O_BINARY 0
865 fd = open(fname, O_RDONLY|O_BINARY);
    [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/libziparchive/
zip_archive.cc 58 #ifndef O_BINARY
59 #define O_BINARY 0
432 const int fd = open(fileName, O_RDONLY | O_BINARY, 0);
    [all...]
  /toolchain/binutils/binutils-2.27/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
937 fd = open (domain_file->filename, O_RDONLY | O_BINARY);
    [all...]
  /system/core/fastboot/
fastboot.cpp 72 #ifndef O_BINARY
73 #define O_BINARY 0
190 int fd = open(path.c_str(), O_RDONLY | O_BINARY);
    [all...]
  /external/mksh/src/
sh.h 490 #ifndef O_BINARY
491 #define O_BINARY 0
    [all...]
  /external/valgrind/perf/
tinycc.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 883 milliseconds

1 23