Searched refs:OS_O_RDONLY (Results 1 – 7 of 7) sorted by relevance
63 #define OS_O_RDONLY 0 macro
27 fd = os_open(filename, OS_O_RDONLY); in sandbox_fs_read_at()
321 fd = os_open(fname, OS_O_RDONLY); in sandbox_read_fdt_from_file()
72 case OS_O_RDONLY: in os_open()142 fd = os_open(fname, OS_O_RDONLY); in os_read_file()
63 fd = os_open(fname, OS_O_RDONLY); in state_read_file()
295 fd = os_open(fname, OS_O_RDONLY); in read_file()
399 priv->fd = os_open(plat->pathname, OS_O_RDONLY); in sandbox_flash_probe()
Completed in 15 milliseconds