OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xdg_cache_home
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdbsupport/
pathstuff.cc
245
const char *
xdg_cache_home
= getenv ("
XDG_CACHE_HOME
");
local
246
if (
xdg_cache_home
!= NULL &&
xdg_cache_home
[0] != '\0')
249
std::string abs = gdb_abspath (
xdg_cache_home
);
/src/external/gpl3/gdb/dist/gdbsupport/
pathstuff.cc
245
const char *
xdg_cache_home
= getenv ("
XDG_CACHE_HOME
");
local
246
if (
xdg_cache_home
!= NULL &&
xdg_cache_home
[0] != '\0')
249
std::string abs = gdb_abspath (
xdg_cache_home
);
Completed in 15 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026