Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_unistd.cpp94 if ( mode & O_APPEND ) in flag_to_openmode()
173 flags = O_WRONLY | O_CREAT | O_APPEND; in _M_open()
187 flags = O_RDWR | O_CREAT | O_APPEND; in _M_open()
Dfstream_win32io.cpp58 if (mode & O_APPEND) in flag_to_openmode()
139 mode |= O_APPEND;
172 mode |= O_APPEND;
Dfstream_stdio.cpp73 # define O_APPEND _O_APPEND macro
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-death-test.cc1278 ::_open_osfhandle(reinterpret_cast<intptr_t>(dup_write_handle), O_APPEND); in GetStatusFileDescriptor()
/ndk/sources/host-tools/make-3.81/
Dfunction.c1490 pipedes[1] = _open_osfhandle((intptr_t) hChildOutWr, O_APPEND); in windows32_openpipe()