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

1 23

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 63 # define O_BINARY _O_BINARY
  /system/tools/aidl/
aidl.cpp 48 #ifndef O_BINARY
49 # define O_BINARY 0
  /system/core/libsparse/
output_file.c 39 #define O_BINARY 0
760 int file_fd = open(file, O_RDONLY | O_BINARY);
  /external/curl/tests/server/
sockfilt.c     [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 58 #ifndef O_BINARY
59 #define O_BINARY _O_BINARY
638 if (setmode(fileno(stdin), O_BINARY) == -1) {
    [all...]
  /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 860 * On UNIX, that's not necessary. O_BINARY is defined on Windows;
863 #ifndef O_BINARY
864 #define O_BINARY 0
874 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
424 const int fd = open(fileName, O_RDONLY | O_BINARY, 0);
    [all...]
  /system/extras/ext4_utils/
make_ext4fs.c 83 #define O_BINARY 0
487 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0644);
  /toolchain/binutils/binutils-2.25/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
188 int fd = open(path.c_str(), O_RDONLY | O_BINARY);
850 unique_fd fd(TEMP_FAILURE_RETRY(open(fname, O_RDONLY | O_BINARY)));
    [all...]
  /external/mksh/src/
sh.h 464 #ifndef O_BINARY
465 #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 1033 milliseconds

1 23