Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dos.h64 #define OS_O_WRONLY 1 macro
/openbmc/u-boot/lib/
H A Dfdtdec_test.c111 fd = os_open("/tmp/fdtdec-text.dtb", OS_O_CREAT | OS_O_WRONLY); in make_fdt()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c69 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()
H A Dstate.c283 fd = os_open(fname, OS_O_WRONLY | OS_O_CREAT); in sandbox_write_state()