Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_unistd.cpp53 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
89 case O_RDWR: in flag_to_openmode()
180 flags = O_RDWR; in _M_open()
183 flags = O_RDWR | O_CREAT | O_TRUNC; in _M_open()
187 flags = O_RDWR | O_CREAT | O_APPEND; in _M_open()
Dfstream_win32io.cpp40 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
54 case O_RDWR: in flag_to_openmode()
151 mode |= O_RDWR;
186 mode |= O_RDWR;
Dfstream_stdio.cpp72 # define O_RDWR _O_RDWR macro
81 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
/ndk/sources/host-tools/make-3.81/
Darscan.c772 fd = open (arname, O_RDWR, 0666); in ar_member_touch()
Dremake.c1056 int fd = open (file->name, O_RDWR | O_CREAT, 0666); in touch_file()
1081 fd = open (file->name, O_RDWR | O_TRUNC, 0666); in touch_file()