Home
last modified time | relevance | path

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

/external/u-boot/drivers/block/
Dsandbox.c123 fd = os_open(filename, OS_O_RDWR);
172 host_dev->fd = os_open(host_dev->filename, OS_O_RDWR);
/external/u-boot/include/
Dos.h75 #define OS_O_RDWR 2 macro
/external/u-boot/fs/sandbox/
Dsandboxfs.c62 fd = os_open(filename, OS_O_RDWR | OS_O_CREAT); in sandbox_fs_write_at()
/external/u-boot/arch/sandbox/cpu/
Dos.c81 case OS_O_RDWR: in os_open()