Monado OpenXR Runtime
u_file.h File Reference

Very simple file opening functions. More...

#include "xrt/xrt_compiler.h"
#include <stdio.h>
Include dependency graph for u_file.h:

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)
 

Detailed Description

Very simple file opening functions.

Author
Jakob Bornecrantz jakob.nosp@m.@col.nosp@m.labor.nosp@m.a.co.nosp@m.m