VLC 4.0.0-dev
|
Functions | |
static char * | config_GetLibDirRaw (void) |
static void | config_GetLibDirOnce (void) |
char * | config_GetLibDir (void) |
Gets the arch-specific installation directory. More... | |
Variables | |
static char | cached_path [PATH_MAX] = LIBDIR |
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 cached_path, config_GetLibDirOnce(), and strdup().
Referenced by config_GetDataDir(), config_GetHomeDir(), config_GetLibDir(), config_GetLibDirRaw(), and config_GetSysPath().
|
static |
References cached_path, config_GetLibDirRaw(), and likely.
Referenced by config_GetLibDir().
|
static |
References config_GetLibDir(), getline(), and strdup().
Referenced by config_GetLibDirOnce().
|
static |
Referenced by config_GetLibDir(), and config_GetLibDirOnce().