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

Functions

char * config_GetLibDir (void)
 
char * config_GetDataDir (void)
 
static char * config_GetHomeDir (void)
 
static char * getAppDependentDir (vlc_userdir_t type)
 
char * config_GetUserDir (vlc_userdir_t type)
 

Function Documentation

◆ config_GetDataDir()

char* config_GetDataDir ( void  )

◆ config_GetHomeDir()

static char* config_GetHomeDir ( void  )
static

References getenv(), and strdup().

Referenced by config_GetUserDir(), and getAppDependentDir().

◆ config_GetLibDir()

char* config_GetLibDir ( void  )

◆ config_GetUserDir()

char* config_GetUserDir ( vlc_userdir_t  type)

◆ getAppDependentDir()

static char* getAppDependentDir ( vlc_userdir_t  type)
static