Blender V5.0
GHOST_SystemPathsUnix.cc File Reference
#include <optional>
#include <sstream>
#include "GHOST_SystemPathsUnix.hh"
#include "GHOST_Debug.hh"
#include <sys/time.h>
#include <unistd.h>
#include <pwd.h>
#include <string>

Go to the source code of this file.

Functions

static const char * home_dir_get ()

Variables

static const char * static_path = nullptr

Function Documentation

◆ home_dir_get()

const char * home_dir_get ( )
static

See doc-string & code-comments for BLI_dir_home which matches this functionality.

Definition at line 49 of file GHOST_SystemPathsUnix.cc.

Referenced by GHOST_SystemPathsUnix::getUserDir(), and GHOST_SystemPathsUnix::getUserSpecialDir().

Variable Documentation

◆ static_path

const char* static_path = nullptr
static

Definition at line 28 of file GHOST_SystemPathsUnix.cc.

Referenced by GHOST_SystemPathsUnix::getSystemDir().