OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_outputBase
(Results
1 - 2
of
2
) sorted by null
/build/tools/atree/
options.h
11
extern string
g_outputBase
;
atree.cpp
19
string
g_outputBase
;
112
if (
g_outputBase
.length() != 0) {
117
g_outputBase
= optarg;
164
if (
g_outputBase
.length() == 0) {
179
printf("-o \"%s\"\n",
g_outputBase
.c_str());
222
stat_out(
g_outputBase
, &(*it));
Completed in 24 milliseconds