OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OS_O_WRONLY
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/include/
os.h
74
#define
OS_O_WRONLY
1
/external/u-boot/lib/
fdtdec_test.c
111
fd = os_open("/tmp/fdtdec-text.dtb", OS_O_CREAT |
OS_O_WRONLY
);
/external/u-boot/arch/sandbox/cpu/
state.c
283
fd = os_open(fname,
OS_O_WRONLY
| OS_O_CREAT);
os.c
77
case
OS_O_WRONLY
:
Completed in 74 milliseconds