Home
last modified time | relevance | path

Searched refs:OS_O_RDONLY (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/include/
Dos.h73 #define OS_O_RDONLY 0 macro
/external/u-boot/arch/sandbox/cpu/
Dcpu.c141 fd = os_open(fname, OS_O_RDONLY); in sandbox_read_fdt_from_file()
Dstate.c61 fd = os_open(fname, OS_O_RDONLY); in state_read_file()
Dos.c72 case OS_O_RDONLY: in os_open()
/external/u-boot/fs/sandbox/
Dsandboxfs.c25 fd = os_open(filename, OS_O_RDONLY); in sandbox_fs_read_at()
/external/u-boot/test/dm/
Dvideo.c286 fd = os_open(fname, OS_O_RDONLY); in read_file()
/external/u-boot/drivers/usb/emul/
Dsandbox_flash.c398 priv->fd = os_open(plat->pathname, OS_O_RDONLY); in sandbox_flash_probe()