#include "os/os.h"
#include "base/panic.h"
#include "os/os.inc"
Go to the source code of this file.
◆ OS_DIRENT
#define OS_DIRENT |
( |
|
ID, |
|
|
|
STR |
|
) |
| [ID] = (STR), |
◆ os_access_string()
get the string representation of a file access mode
- Parameters
-
access | the file access mode |
- Returns
- the string representation
Definition at line 32 of file os_common.c.
◆ os_dirent_string()
get the string representation of a directory entry type
- Parameters
-
type | the directory entry type |
- Returns
- the string representation
Definition at line 13 of file os_common.c.
◆ os_protect_string()
get the string representation of a file mapping memory protection
- Parameters
-
protect | the file mapping memory protection |
- Returns
- the string representation
Definition at line 50 of file os_common.c.