VLC 4.0.0-dev
|
Functions | |
char * | config_GetLibDir (void) |
Determines the architecture-dependent data directory. More... | |
char * | config_GetSysPath (vlc_sysdir_t type, const char *filename) |
Gets an installation 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(), getenv(), and var.
Referenced by config_GetUserDir().
|
static |
References getenv(), and strdup().
Referenced by config_GetAppDir(), and config_GetUserDir().
char * config_GetLibDir | ( | void | ) |
Determines the architecture-dependent data directory.
Gets the arch-specific installation directory.
References strdup().
|
static |
References asprintf(), getenv(), getline(), and strdup().
Referenced by config_GetUserDir().