Searched refs:O_CREAT (Results 1 – 7 of 7) sorted by relevance
/ndk/tests/abcc/jni/mman-win32/ |
D | test.c | 99 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/cxx-stl/stlport/src/details/ |
D | fstream_unistd.cpp | 169 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()
|
D | fstream_stdio.cpp | 74 # define O_CREAT _O_CREAT macro
|
/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 | 60 if ((oflag & O_CREAT) == O_CREAT) { 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()
|
D | main.c | 877 fd = open (*name, O_CREAT|O_EXCL|O_WRONLY, 0600); in open_tmpfile()
|