Home
last modified time | relevance | path

Searched refs:O_BINARY (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
Delf_file.cc24 #ifndef O_BINARY
25 #define O_BINARY 0 macro
96 MapFile* file_handle = mapfile_open(path, O_RDONLY | O_BINARY, 0); in Create()
172 elf_handle_ = mapfile_open(elf_file_path_, O_RDONLY | O_BINARY, 0); in initialize()
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_win32io.cpp61 if (mode & O_BINARY) in flag_to_openmode()
144 mode |= O_BINARY;
175 mode |= O_BINARY;
Dfstream_stdio.cpp77 # define O_BINARY _O_BINARY macro
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_mwerks.h155 # define O_BINARY 0 macro
/ndk/sources/host-tools/make-3.81/
Dmake.h366 # define pipe(p) _pipe(p, 512, O_BINARY)