Searched refs:xdg_cache_home (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dpathstuff.cc224 const char *xdg_cache_home = getenv ("XDG_CACHE_HOME"); local
225 if (xdg_cache_home != NULL)
228 gdb::unique_xmalloc_ptr<char> abs (gdb_abspath (xdg_cache_home));
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dpathstuff.cc240 const char *xdg_cache_home = getenv ("XDG_CACHE_HOME"); local
241 if (xdg_cache_home != NULL && xdg_cache_home[0] != '\0')
244 std::string abs = gdb_abspath (xdg_cache_home);

Completed in 143 milliseconds