VLC  3.0.21
Functions
dirs.c File Reference
Include dependency graph for dirs.c:

Functions

char * config_GetLibDir (void)
 
char * config_GetDataDir (void)
 Determines the shared data directory. More...
 
static char * config_GetHomeDir (void)
 
char * config_GetUserDir (vlc_userdir_t type)
 

Function Documentation

◆ config_GetDataDir()

char* config_GetDataDir ( void  )

Determines the shared data directory.

Returns
a nul-terminated string or NULL. Use free() to release it.

References config_GetLibDir(), getenv(), and strdup().

◆ config_GetHomeDir()

static char* config_GetHomeDir ( void  )
static

◆ config_GetLibDir()

char* config_GetLibDir ( void  )

References FromLocaleDup, and system_Init().

◆ config_GetUserDir()

char* config_GetUserDir ( vlc_userdir_t  type)