VLC 4.0.0-dev
|
Macros | |
#define | UNICODE |
Functions | |
char * | config_GetLibDir (void) |
Gets the arch-specific installation directory. | |
static char * | config_GetDataDir (void) |
char * | config_GetSysPath (vlc_sysdir_t type, const char *filename) |
Gets an installation directory. | |
static char * | config_GetKnownFolder (KNOWNFOLDERID id) |
static char * | config_GetAppDir (void) |
char * | platform_GetUserDir (vlc_userdir_t type) |
#define UNICODE |
|
static |
References asprintf(), and config_GetKnownFolder().
|
static |
References config_GetLibDir(), getenv(), and strdup().
|
static |
References HRESULT().
Referenced by config_GetAppDir(), and platform_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().
char * platform_GetUserDir | ( | vlc_userdir_t | type | ) |
References config_GetAppDir(), config_GetKnownFolder(), config_GetUserDir(), vlc_assert_unreachable, VLC_CACHE_DIR, VLC_CONFIG_DIR, VLC_DESKTOP_DIR, VLC_DOCUMENTS_DIR, VLC_DOWNLOAD_DIR, VLC_HOME_DIR, VLC_MUSIC_DIR, VLC_PICTURES_DIR, VLC_PUBLICSHARE_DIR, VLC_SNAPSHOTS_DIR, VLC_TEMPLATES_DIR, VLC_USERDATA_DIR, and VLC_VIDEOS_DIR.