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