#include <cstdint>
#include <cstddef>
#include <cstdio>
Go to the source code of this file.
◆ LIBFS_EXPORT
| #define LIBFS_EXPORT extern "C" |
Definition at line 12 of file fs.h.
◆ runtime_fs_closedir()
◆ runtime_fs_cwd()
◆ runtime_fs_exists()
◆ runtime_fs_finalize()
◆ runtime_fs_get_atime()
| LIBFS_EXPORT int64_t runtime_fs_get_atime |
( |
const char * |
path | ) |
|
◆ runtime_fs_get_ctime()
| LIBFS_EXPORT int64_t runtime_fs_get_ctime |
( |
const char * |
path | ) |
|
◆ runtime_fs_get_mode()
◆ runtime_fs_get_mtime()
| LIBFS_EXPORT int64_t runtime_fs_get_mtime |
( |
const char * |
path | ) |
|
◆ runtime_fs_get_size()
| LIBFS_EXPORT uint64_t runtime_fs_get_size |
( |
const char * |
path | ) |
|
◆ runtime_fs_get_uid()
◆ runtime_fs_home_dir()
◆ runtime_fs_isdir()
◆ runtime_fs_isfile()
◆ runtime_fs_issymlink()
◆ runtime_fs_mkdir()
| LIBFS_EXPORT bool runtime_fs_mkdir |
( |
const char * |
path, |
|
|
int |
mode |
|
) |
| |
◆ runtime_fs_opendir()
◆ runtime_fs_readdir()
◆ runtime_fs_realpath()
| LIBFS_EXPORT char * runtime_fs_realpath |
( |
const char * |
path | ) |
|
◆ runtime_fs_remove()
◆ runtime_fs_rename()
| LIBFS_EXPORT bool runtime_fs_rename |
( |
const char * |
old_path, |
|
|
const char * |
new_path |
|
) |
| |
◆ runtime_fs_rmdir()
◆ runtime_fs_symlink()
| LIBFS_EXPORT bool runtime_fs_symlink |
( |
const char * |
src_path, |
|
|
const char * |
dest_path |
|
) |
| |
◆ runtime_fs_temp_dir()