VLC 4.0.0-dev
|
Functions | |
static const char * | config_GetRelDir (const char *dir) |
static const char * | config_GetBaseDir (void) |
static char * | config_GetRealDir (const char *dir) |
char * | config_GetLibDir (void) |
Gets the arch-specific installation directory. More... | |
static char * | config_GetLibExecDir (void) |
static char * | config_GetDataDir (void) |
Determines the shared data directory. More... | |
char * | config_GetSysPath (vlc_sysdir_t type, const char *filename) |
Gets an installation directory. More... | |
static char * | config_GetHomeDir (void) |
char * | config_GetUserDir (vlc_userdir_t type) |
|
static |
References system_Init().
Referenced by config_GetRealDir().
|
static |
Determines the shared data directory.
References config_GetRealDir(), FromLocaleDup, and getenv().
Referenced by config_GetSysPath().
|
static |
References config_GetLibDir(), FromLocaleDup, and getenv().
Referenced by config_GetUserDir().
char * config_GetLibDir | ( | void | ) |
Gets the arch-specific installation directory.
This function determines the directory containing the architecture-specific installed asset files (such as executable plugins and compiled byte code).
References config_GetRealDir(), FromLocaleDup, and getenv().
|
static |
References config_GetRealDir(), FromLocaleDup, and getenv().
Referenced by config_GetSysPath().
|
static |
References config_GetBaseDir(), config_GetRelDir(), and FromLocaleDup.
Referenced by config_GetDataDir(), config_GetLibDir(), config_GetLibExecDir(), and config_GetSysPath().
|
static |
Referenced by config_GetRealDir().