|
VLC
2.1.0-git
|

Macros | |
| #define | MAXPATHLEN 1024 |
Functions | |
| static char * | config_GetLibPath (void) |
| char * | config_GetLibDir (void) |
| char * | config_GetDataDir (void) |
| Determines the shared data directory. | |
| static char * | config_GetHomeDir (void) |
| static char * | getAppDependentDir (vlc_userdir_t type) |
| char * | config_GetUserDir (vlc_userdir_t type) |
| #define MAXPATHLEN 1024 |
Referenced by config_GetLibPath().
| char* config_GetDataDir | ( | void | ) |
Determines the shared data directory.
References asprintf(), config_GetLibDir(), getenv(), and strdup().
|
static |
References getenv(), and strdup().
Referenced by config_GetUserDir(), and getAppDependentDir().
| char* config_GetLibDir | ( | void | ) |
References config_GetLibPath().
|
static |
References MAXPATHLEN, strdup(), and system_Init().
Referenced by config_GetLibDir().
| char* config_GetUserDir | ( | vlc_userdir_t | type | ) |
|
static |
References asprintf(), config_GetHomeDir(), name, VLC_CACHE_DIR, VLC_CONFIG_DIR, VLC_DATA_DIR, and VLC_TEMPLATES_DIR.
Referenced by config_GetUserDir().
1.8.1.2