OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrintArgs
(Results
1 - 13
of
13
) sorted by null
/external/clang/tools/scan-build/libexec/
ccc-analyzer
259
my @
PrintArgs
;
265
push @
PrintArgs
,"'$Cmd'";
267
push @
PrintArgs
,"\'$arg\'";
273
print STDERR join(' ', @
PrintArgs
);
277
print STDERR "#SHELL (cd '$dir' && @
PrintArgs
)\n";
/prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/
ccc-analyzer
237
my @
PrintArgs
;
243
push @
PrintArgs
,"'$Cmd'";
245
push @
PrintArgs
,"\'$arg\'";
251
print STDERR join(' ', @
PrintArgs
);
255
print STDERR "#SHELL (cd '$dir' && @
PrintArgs
)\n";
/prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/
ccc-analyzer
252
my @
PrintArgs
;
258
push @
PrintArgs
,"'$Cmd'";
260
push @
PrintArgs
,"\'$arg\'";
266
print STDERR join(' ', @
PrintArgs
);
270
print STDERR "#SHELL (cd '$dir' && @
PrintArgs
)\n";
/prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/libexec/
ccc-analyzer
259
my @
PrintArgs
;
265
push @
PrintArgs
,"'$Cmd'";
267
push @
PrintArgs
,"\'$arg\'";
273
print STDERR join(' ', @
PrintArgs
);
277
print STDERR "#SHELL (cd '$dir' && @
PrintArgs
)\n";
/prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/libexec/
ccc-analyzer
259
my @
PrintArgs
;
265
push @
PrintArgs
,"'$Cmd'";
267
push @
PrintArgs
,"\'$arg\'";
273
print STDERR join(' ', @
PrintArgs
);
277
print STDERR "#SHELL (cd '$dir' && @
PrintArgs
)\n";
/prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/libexec/
ccc-analyzer
259
my @
PrintArgs
;
265
push @
PrintArgs
,"'$Cmd'";
267
push @
PrintArgs
,"\'$arg\'";
273
print STDERR join(' ', @
PrintArgs
);
277
print STDERR "#SHELL (cd '$dir' && @
PrintArgs
)\n";
/prebuilts/clang/host/linux-x86/3.8/tools/scan-build/
ccc-analyzer
252
my @
PrintArgs
;
258
push @
PrintArgs
,"'$Cmd'";
260
push @
PrintArgs
,"\'$arg\'";
266
print STDERR join(' ', @
PrintArgs
);
270
print STDERR "#SHELL (cd '$dir' && @
PrintArgs
)\n";
/prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/libexec/
ccc-analyzer
259
my @
PrintArgs
;
265
push @
PrintArgs
,"'$Cmd'";
267
push @
PrintArgs
,"\'$arg\'";
273
print STDERR join(' ', @
PrintArgs
);
277
print STDERR "#SHELL (cd '$dir' && @
PrintArgs
)\n";
/prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/libexec/
ccc-analyzer
259
my @
PrintArgs
;
265
push @
PrintArgs
,"'$Cmd'";
267
push @
PrintArgs
,"\'$arg\'";
273
print STDERR join(' ', @
PrintArgs
);
277
print STDERR "#SHELL (cd '$dir' && @
PrintArgs
)\n";
/prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/libexec/
ccc-analyzer
259
my @
PrintArgs
;
265
push @
PrintArgs
,"'$Cmd'";
267
push @
PrintArgs
,"\'$arg\'";
273
print STDERR join(' ', @
PrintArgs
);
277
print STDERR "#SHELL (cd '$dir' && @
PrintArgs
)\n";
/prebuilts/clang/linux-x86/host/3.6/tools/scan-build/
ccc-analyzer
237
my @
PrintArgs
;
243
push @
PrintArgs
,"'$Cmd'";
245
push @
PrintArgs
,"\'$arg\'";
251
print STDERR join(' ', @
PrintArgs
);
255
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";
Completed in 324 milliseconds