Home
last modified time | relevance | path

Searched refs:OS_O_TRUNC (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dos.h68 #define OS_O_TRUNC 01000 macro
/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c80 if (os_flags & OS_O_TRUNC) in os_open()
105 fd = os_open(fname, OS_O_WRONLY | OS_O_CREAT | OS_O_TRUNC); in os_write_file()