Home
last modified time | relevance | path

Searched refs:O_CREAT (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_unistd.cpp169 flags = O_WRONLY | O_CREAT | O_TRUNC; in _M_open()
173 flags = O_WRONLY | O_CREAT | O_APPEND; 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_stdio.cpp74 # define O_CREAT _O_CREAT macro
/ndk/sources/host-tools/make-3.81/
Dremake.c1056 int fd = open (file->name, O_RDWR | O_CREAT, 0666); in touch_file()
Dmain.c877 fd = open (*name, O_CREAT|O_EXCL|O_WRONLY, 0600); in open_tmpfile()