OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ppfile
(Results
1 - 3
of
3
) sorted by null
/external/selinux/semodule-utils/semodule_package/
semodule_unpackage.c
19
printf("usage: %s
ppfile
modfile [fcfile]\n", progname);
47
char *
ppfile
, *modfile, *fcfile = NULL, *fcdata;
local
56
ppfile
= argv[1];
61
if (file_to_policy_file(
ppfile
, &in, "r"))
71
progname,
ppfile
);
/external/clang/tools/scan-build/bin/
scan-build
843
my $
ppfile
= <ATTR>;
844
chomp $
ppfile
;
846
next if (! -e "$Dir/failures/$
ppfile
");
848
open (INFO, "$Dir/failures/$
ppfile
.info.txt") or
849
die "Cannot open $Dir/failures/$
ppfile
.info.txt\n";
856
print OUT "<tr><td>$attribute</td><td>$srcfile</td><td><a href=\"failures/$
ppfile
\">$
ppfile
</a></td><td><a href=\"failures/$
ppfile
.stderr.txt\">$
ppfile
.stderr.txt</a></td></tr>\n";
857
my $ppfile_clang = $
ppfile
;
[
all
...]
/external/clang/tools/scan-build/libexec/
ccc-analyzer
165
my ($PPH, $
PPFile
) = tempfile( $prefix . "_XXXXXX",
169
system $Clang, @$Args, "-E", "-o", $
PPFile
;
172
open (OUT, ">", "$
PPFile
.info.txt") or die "Cannot open $
PPFile
.info.txt\n";
177
`uname -a >> $
PPFile
.info.txt 2>&1`;
178
`"$Compiler" -v >> $
PPFile
.info.txt 2>&1`;
179
rename($ofile, "$
PPFile
.stderr.txt");
180
return (basename $
PPFile
);
318
my $
ppfile
;
336
if (!(defined $
ppfile
)) {
[
all
...]
Completed in 454 milliseconds