HomeSort by: relevance | last modified time | path
    Searched defs:win_home (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbsupport/
pathstuff.cc 263 const char *win_home = getenv ("LOCALAPPDATA"); local
264 if (win_home != NULL && win_home[0] != '\0')
267 std::string abs = gdb_abspath (win_home);
  /src/external/gpl3/gdb/dist/gdbsupport/
pathstuff.cc 263 const char *win_home = getenv ("LOCALAPPDATA"); local
264 if (win_home != NULL && win_home[0] != '\0')
267 std::string abs = gdb_abspath (win_home);

Completed in 45 milliseconds