VLC 4.0.0-dev
|
Macros | |
#define | UNICODE |
Functions | |
char * | config_GetLibDir (void) |
Gets the arch-specific installation directory. More... | |
static char * | config_GetDataDir (void) |
char * | config_GetSysPath (vlc_sysdir_t type, const char *filename) |
Gets an installation directory. More... | |
static char * | config_GetKnownFolder (KNOWNFOLDERID id) |
static char * | config_GetAppDir (void) |
char * | config_GetUserDir (vlc_userdir_t type) |
#define UNICODE |
|
static |
References asprintf(), and config_GetKnownFolder().
Referenced by config_GetUserDir().
|
static |
References config_GetLibDir(), getenv(), and strdup().
Referenced by config_GetSysPath().
|
static |
References HRESULT().
Referenced by config_GetAppDir(), and 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).
Gets the arch-specific installation directory.
References config_GetLibDir(), and config_getLibraryDirReal().
Referenced by config_GetSysPath().