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

/u-boot/include/
H A Dos.h83 #define OS_O_TRUNC 01000 macro
/u-boot/arch/sandbox/cpu/
H A Dos.c104 if (os_flags & OS_O_TRUNC)
154 fd = os_open(fname, OS_O_WRONLY | OS_O_CREAT | OS_O_TRUNC);

Completed in 39 milliseconds