OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 17 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026