OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OS_O_RDWR
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/include/
os.h
68
* \param flags Flags, like OS_O_RDONLY,
OS_O_RDWR
75
#define
OS_O_RDWR
2
/external/u-boot/fs/sandbox/
sandboxfs.c
62
fd = os_open(filename,
OS_O_RDWR
| OS_O_CREAT);
/external/u-boot/drivers/block/
sandbox.c
123
fd = os_open(filename,
OS_O_RDWR
);
172
host_dev->fd = os_open(host_dev->filename,
OS_O_RDWR
);
/external/u-boot/arch/sandbox/cpu/
os.c
81
case
OS_O_RDWR
:
Completed in 132 milliseconds