Home
last modified time | relevance | path

Searched refs:O_TRUNC (Results 1 – 5 of 5) 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/
Dmapfile.c66 } if ((oflag & O_TRUNC) == O_TRUNC) { in mapfile_open()
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_unistd.cpp169 flags = O_WRONLY | O_CREAT | O_TRUNC; in _M_open()
183 flags = O_RDWR | O_CREAT | O_TRUNC; in _M_open()
Dfstream_stdio.cpp75 # define O_TRUNC _O_TRUNC macro
/ndk/sources/host-tools/make-3.81/
Dremake.c1081 fd = open (file->name, O_RDWR | O_TRUNC, 0666); in touch_file()