HomeSort by relevance Sort by last modified time
    Searched refs:O_BINARY (Results 101 - 125 of 148) sorted by null

1 2 3 45 6

  /external/qemu/block/
raw-win32.c 222 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY,
vmdk.c 202 snp_fd = open(filename, O_RDWR | O_CREAT | O_TRUNC | O_BINARY | O_LARGEFILE, 0644);
205 p_fd = open(backing_file, O_RDONLY | O_BINARY | O_LARGEFILE);
714 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY | O_LARGEFILE,
vpc.c 513 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0644);
  /external/qemu/slirp/
tftp.c 114 fd = open(buffer, O_RDONLY | O_BINARY);
  /external/qemu/slirp-android/
tftp.c 114 fd = open(buffer, O_RDONLY | O_BINARY);
  /external/chromium_org/third_party/icu/source/tools/genrb/
derb.c 44 #ifndef O_BINARY
45 #define O_BINARY _O_BINARY
297 if (setmode(fileno(out), O_BINARY) == -1) {
  /external/icu4c/tools/genrb/
derb.c 44 #ifndef O_BINARY
45 #define O_BINARY _O_BINARY
297 if (setmode(fileno(out), O_BINARY) == -1) {
  /external/qemu/hw/
goldfish_nand.c 785 rwfd = open(rwfilename, O_BINARY | O_TRUNC | O_RDWR);
787 rwfd = open(rwfilename, O_BINARY | (read_only ? O_RDONLY : O_RDWR));
801 initfd = open(initfilename, O_BINARY | O_RDONLY);
goldfish_audio.c 301 s->input_fd = open(s->input_source, O_BINARY | O_RDONLY);
  /frameworks/base/tools/aidl/
aidl.cpp 22 #ifndef O_BINARY
23 # define O_BINARY 0
    [all...]
  /external/bzip2/
bzip2.c 108 O_BINARY ); \
120 O_BINARY ); \
149 O_BINARY ); \
    [all...]
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 10 #define MY_SET_BINARY_MODE(file) _setmode(_fileno(file), O_BINARY)
  /external/qemu/android/utils/
path.c 613 fd = open(fn, O_BINARY | O_RDONLY);
  /ndk/sources/host-tools/make-3.81/
make.h 366 # define pipe(p) _pipe(p, 512, O_BINARY)
  /bionic/libc/tzcode/
localtime.c 32 ** SunOS 4.1.1 headers lack O_BINARY.
35 #ifdef O_BINARY
36 #define OPEN_MODE (O_RDONLY | O_BINARY)
37 #endif /* defined O_BINARY */
38 #ifndef O_BINARY
40 #endif /* !defined O_BINARY */
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 38 ** SunOS 4.1.1 headers lack O_BINARY.
41 #ifdef O_BINARY
42 #define OPEN_MODE (O_RDONLY | O_BINARY)
43 #endif /* defined O_BINARY */
44 #ifndef O_BINARY
46 #endif /* !defined O_BINARY */
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 38 ** SunOS 4.1.1 headers lack O_BINARY.
41 #ifdef O_BINARY
42 #define OPEN_MODE (O_RDONLY | O_BINARY)
43 #endif /* defined O_BINARY */
44 #ifndef O_BINARY
46 #endif /* !defined O_BINARY */
    [all...]
  /external/qemu/
qemu-char.c 700 O_WRONLY | O_TRUNC | O_CREAT | O_BINARY, 0666));
719 TFR(fd_in = qemu_open(filename_in, O_RDWR | O_BINARY));
720 TFR(fd_out = qemu_open(filename_out, O_RDWR | O_BINARY));
726 TFR(fd_in = fd_out = open(filename, O_RDWR | O_BINARY));
    [all...]
  /external/zlib/src/test/
minigzip.c 38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 72 if hasattr(_os, 'O_BINARY'):
73 _bin_openflags |= _os.O_BINARY
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 72 if hasattr(_os, 'O_BINARY'):
73 _bin_openflags |= _os.O_BINARY
  /external/openssh/
sftp-server.c 1475 setmode(in, O_BINARY);
1476 setmode(out, O_BINARY);
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 16 #define O_BINARY 0
553 int fd = open(file->getSourceFile().string(), O_RDONLY | O_BINARY);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c 270 #ifndef O_BINARY
271 # define O_BINARY 0
    [all...]
  /external/dropbear/
scp.c 382 setmode(0, O_BINARY);

Completed in 1399 milliseconds

1 2 3 45 6