Searched refs:OS_O_RDONLY (Results 1 – 7 of 7) sorted by relevance
73 #define OS_O_RDONLY 0 macro
130 fd = os_open(fname, OS_O_RDONLY); in sandbox_read_fdt_from_file()
61 fd = os_open(fname, OS_O_RDONLY); in state_read_file()
71 case OS_O_RDONLY: in os_open()
26 fd = os_open(filename, OS_O_RDONLY); in sandbox_fs_read_at()
249 fd = os_open(fname, OS_O_RDONLY); in read_file()
401 priv->fd = os_open(plat->pathname, OS_O_RDONLY); in sandbox_flash_probe()