Monado OpenXR Runtime
|
Very simple file opening functions. More...
Go to the source code of this file.
Functions | |
ssize_t | u_file_get_config_dir (char *out_path, size_t out_path_size) |
ssize_t | u_file_get_path_in_config_dir (const char *suffix, char *out_path, size_t out_path_size) |
FILE * | u_file_open_file_in_config_dir (const char *filename, const char *mode) |
FILE * | u_file_open_file_in_config_dir_subpath (const char *subpath, const char *filename, const char *mode) |
ssize_t | u_file_get_hand_tracking_models_dir (char *out_path, size_t out_path_size) |
ssize_t | u_file_get_runtime_dir (char *out_path, size_t out_path_size) |
char * | u_file_read_content (FILE *file) |
char * | u_file_read_content_from_path (const char *path) |
ssize_t | u_file_get_path_in_runtime_dir (const char *suffix, char *out_path, size_t out_path_size) |
Very simple file opening functions.