Home
last modified time | relevance | path

Searched refs:os_flags (Results 1 – 1 of 1) sorted by relevance

/arch/sandbox/cpu/
A Dos.c101 int os_open(const char *pathname, int os_flags) in os_open() argument
105 switch (os_flags & OS_O_MASK) { in os_open()
120 if (os_flags & OS_O_CREAT) in os_open()
122 if (os_flags & OS_O_TRUNC) in os_open()
236 int os_map_file(const char *pathname, int os_flags, void **bufp, int *sizep) in os_map_file() argument
242 ifd = os_open(pathname, os_flags); in os_map_file()

Completed in 6 milliseconds