Searched refs:O_RDWR (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/details/ |
D | fstream_unistd.cpp | 53 # 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()
|
D | fstream_win32io.cpp | 40 # 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;
|
D | fstream_stdio.cpp | 72 # define O_RDWR _O_RDWR macro 81 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | tempname.c | 269 fd = small_open (tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in __gen_tempname() 273 fd = large_open (tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in __gen_tempname()
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | mapfile.c | 42 if ((oflag & O_RDWR) == O_RDWR) { in mapfile_open()
|
/ndk/sources/host-tools/make-3.81/ |
D | remake.c | 1056 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()
|
D | arscan.c | 772 fd = open (arname, O_RDWR, 0666); in ar_member_touch()
|