OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OS_O_RDONLY
(Results
1 - 7
of
7
) sorted by null
/external/u-boot/include/
os.h
68
* \param flags Flags, like
OS_O_RDONLY
, OS_O_RDWR
73
#define
OS_O_RDONLY
0
/external/u-boot/arch/sandbox/cpu/
cpu.c
141
fd = os_open(fname,
OS_O_RDONLY
);
state.c
61
fd = os_open(fname,
OS_O_RDONLY
);
os.c
72
case
OS_O_RDONLY
:
/external/u-boot/fs/sandbox/
sandboxfs.c
25
fd = os_open(filename,
OS_O_RDONLY
);
/external/u-boot/drivers/usb/emul/
sandbox_flash.c
398
priv->fd = os_open(plat->pathname,
OS_O_RDONLY
);
/external/u-boot/test/dm/
video.c
286
fd = os_open(fname,
OS_O_RDONLY
);
Completed in 125 milliseconds