OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_config_file
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/lcov/bin/
geninfo
243
our $
opt_config_file
;
274
GetOptions("config-file=s" => \$
opt_config_file
,
279
if (defined($
opt_config_file
)) {
280
$config = read_config($
opt_config_file
);
359
"config-file=s" => \$
opt_config_file
,
[
all
...]
lcov
193
our $
opt_config_file
;
227
GetOptions("config-file=s" => \$
opt_config_file
,
232
if (defined($
opt_config_file
)) {
233
$config = read_config($
opt_config_file
);
296
"config-file=s" => \$
opt_config_file
,
[
all
...]
genhtml
292
our $
opt_config_file
; # User-specified configuration file location
326
GetOptions("config-file=s" => \$
opt_config_file
,
331
if (defined($
opt_config_file
)) {
332
$config = read_config($
opt_config_file
);
415
"config-file=s" => \$
opt_config_file
,
[
all
...]
Completed in 57 milliseconds