
Functions | |
| char * | config_GetDataDir (void) |
| Determines the shared data directory. | |
| char * | config_GetLibDir (void) |
| Determines the architecture-dependent data directory. | |
| const char * | config_GetConfDir (void) |
| Determines the system configuration directory. | |
| 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 char* config_GetAppDir | ( | const char * | xdg_name, | |
| const char * | xdg_default | |||
| ) | [static] |
References asprintf(), config_GetHomeDir(), and getenv().
Referenced by config_GetUserDir().
| const char* config_GetConfDir | ( | void | ) |
Determines the system configuration directory.
| char* config_GetDataDir | ( | void | ) |
| static char* config_GetHomeDir | ( | 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 char* config_GetTypeDir | ( | const char * | xdg_name | ) | [static] |
References asprintf(), getenv(), getline(), and strdup().
Referenced by config_GetUserDir().
| char* config_GetUserDir | ( | vlc_userdir_t | type | ) |
1.7.1