HomeSort by: relevance | last modified time | path
    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