Home
last modified time | relevance | path

Searched refs:os_open (Results 1 – 10 of 10) sorted by relevance

/u-boot/fs/sandbox/
A Dsandboxfs.c27 fd = os_open(filename, OS_O_RDONLY); in sandbox_fs_read_at()
64 fd = os_open(filename, OS_O_RDWR | OS_O_CREAT); in sandbox_fs_write_at()
/u-boot/arch/sandbox/cpu/
A Dos.c67 int os_open(const char *pathname, int os_flags) in os_open() function
121 fd = os_open(fname, OS_O_WRONLY | OS_O_CREAT | OS_O_TRUNC); in os_write_file()
142 fd = os_open(fname, OS_O_RDONLY); in os_read_file()
750 fd = os_open(fname, O_RDONLY); in os_find_u_boot()
760 fd = os_open(fname, O_RDONLY); in os_find_u_boot()
772 fd = os_open(fname, O_RDONLY); in os_find_u_boot()
784 fd = os_open(fname, O_RDONLY); in os_find_u_boot()
A Dstate.c63 fd = os_open(fname, OS_O_RDONLY); in state_read_file()
285 fd = os_open(fname, OS_O_WRONLY | OS_O_CREAT); in sandbox_write_state()
A Dcpu.c321 fd = os_open(fname, OS_O_RDONLY); in sandbox_read_fdt_from_file()
/u-boot/include/
A Dos.h61 int os_open(const char *pathname, int flags);
/u-boot/drivers/block/
A Dsandbox.c126 fd = os_open(filename, OS_O_RDWR);
182 host_dev->fd = os_open(host_dev->filename, OS_O_RDWR);
/u-boot/lib/
A Dfdtdec_test.c94 fd = os_open("/tmp/fdtdec-text.dtb", OS_O_CREAT | OS_O_WRONLY); in make_fdt()
259 fd = os_open(filename, OS_O_CREAT | OS_O_WRONLY); in make_fdt_carveout()
/u-boot/test/dm/
A Dvideo.c295 fd = os_open(fname, OS_O_RDONLY); in read_file()
/u-boot/drivers/usb/emul/
A Dsandbox_flash.c399 priv->fd = os_open(plat->pathname, OS_O_RDONLY); in sandbox_flash_probe()
/u-boot/drivers/mtd/spi/
A Dsandbox.c174 sbsf->fd = os_open(pdata->filename, 02); in sandbox_sf_probe()

Completed in 23 milliseconds