OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrintArgs
(Results
1 - 4
of
4
) sorted by null
/external/clang/tools/scan-build/
ccc-analyzer
218
my @
PrintArgs
;
224
push @
PrintArgs
,"'$Cmd'";
226
push @
PrintArgs
,"\'$arg\'";
232
print STDERR join(' ', @
PrintArgs
);
236
print STDERR "#SHELL (cd '$dir' && @
PrintArgs
)\n";
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer
219
my @
PrintArgs
;
225
push @
PrintArgs
,"'$Cmd'";
227
push @
PrintArgs
,"\'$arg\'";
233
print STDERR join(' ', @
PrintArgs
);
237
print STDERR "#SHELL (cd '$dir' && @
PrintArgs
)\n";
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer
219
my @
PrintArgs
;
225
push @
PrintArgs
,"'$Cmd'";
227
push @
PrintArgs
,"\'$arg\'";
233
print STDERR join(' ', @
PrintArgs
);
237
print STDERR "#SHELL (cd '$dir' && @
PrintArgs
)\n";
/external/chromium_org/tools/gn/
command_desc.cc
367
void
PrintArgs
(const Target* target, bool display_header) {
606
PrintArgs
(target, false);
691
PrintArgs
(target, true);
Completed in 1261 milliseconds