Searched refs:OS_O_WRONLY (Results 1 – 4 of 4) sorted by relevance
74 #define OS_O_WRONLY 1 macro
111 fd = os_open("/tmp/fdtdec-text.dtb", OS_O_CREAT | OS_O_WRONLY); in make_fdt()
283 fd = os_open(fname, OS_O_WRONLY | OS_O_CREAT); in sandbox_write_state()
77 case OS_O_WRONLY: in os_open()