VLC
3.0.15
|
Functions | |
char * | config_GetDataDir (void) |
Determines the shared data directory. More... | |
char * | config_GetLibDir (void) |
Determines the architecture-dependent data directory. More... | |
static char * | config_GetHomeDir (void) |
static char * | config_GetAppDir (const char *xdg_name, const char *xdg_default) |
static char * | config_GetTypeDir (const char *xdg_name) |
char * | config_GetUserDir (vlc_userdir_t type) |
|
static |
References asprintf(), config_GetHomeDir(), and getenv().
Referenced by config_GetUserDir().
char* config_GetDataDir | ( | void | ) |
|
static |
References getenv(), and strdup().
Referenced by config_GetAppDir(), and config_GetUserDir().
char* config_GetLibDir | ( | void | ) |
Determines the architecture-dependent data directory.
References strdup().
|
static |
References asprintf(), getenv(), getline(), and strdup().
Referenced by config_GetUserDir().
char* config_GetUserDir | ( | vlc_userdir_t | type | ) |