Searched refs:OS_O_RDONLY (Results 1 – 7 of 7) sorted by relevance
73 #define OS_O_RDONLY 0 macro
141 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()
72 case OS_O_RDONLY: in os_open()
25 fd = os_open(filename, OS_O_RDONLY); in sandbox_fs_read_at()
286 fd = os_open(fname, OS_O_RDONLY); in read_file()
398 priv->fd = os_open(plat->pathname, OS_O_RDONLY); in sandbox_flash_probe()