Home
last modified time | relevance | path

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

/ndk/tests/abcc/jni/mman-win32/
Dtest.c99 int o = open(map_file_name, O_TRUNC | O_BINARY | O_RDWR | O_CREAT, mode); in test_file_map_readwrite()
129 int o = open(map_file_name, O_TRUNC | O_BINARY | O_RDWR | O_CREAT, mode); in test_file_map_mlock_munlock()
179 int o = open(map_file_name, O_TRUNC | O_BINARY | O_RDWR | O_CREAT, mode); in test_file_map_msync()
/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)