Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds