|
Blender V5.0
|
#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 |
|
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().
|
static |
Definition at line 28 of file GHOST_SystemPathsUnix.cc.
Referenced by GHOST_SystemPathsUnix::getSystemDir().