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) |
Very simple file opening functions.
ssize_t u_file_get_config_dir | ( | char * | out_path, |
size_t | out_path_size | ||
) |
Referenced by u_file_get_path_in_config_dir(), and u_file_open_file_in_config_dir().
ssize_t u_file_get_path_in_config_dir | ( | const char * | suffix, |
char * | out_path, | ||
size_t | out_path_size | ||
) |
References u_file_get_config_dir().
FILE* u_file_open_file_in_config_dir | ( | const char * | filename, |
const char * | mode | ||
) |
References u_file_get_config_dir().
Referenced by p_json_open_or_create_main_file().