|
VLC 4.0.0-dev
|
Functions | |
| char * | config_GetLibDir (void) |
| Gets the arch-specific installation directory. | |
| static char * | config_GetLibexecDir (void) |
| static char * | config_GetDataDir (void) |
| char * | config_GetSysPath (vlc_sysdir_t type, const char *filename) |
| Gets an installation directory. | |
|
static |
References config_GetLibDir(), getenv(), and strdup().
Referenced by config_GetSysPath().
| 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).
Gets the arch-specific installation directory.
References config_GetLibDir(), and config_getLibraryDirReal().
Referenced by config_GetDataDir(), config_GetLibDir(), config_GetLibDirRaw(), and config_GetSysPath().
|
static |
Referenced by config_GetSysPath().