OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CleanupFile
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Driver/
Compilation.cpp
70
bool Compilation::
CleanupFile
(const char *File, bool IssueErrors) const {
105
Success &=
CleanupFile
(*it, IssueErrors);
120
Success &=
CleanupFile
(it->second, IssueErrors);
/external/clang/include/clang/Driver/
Compilation.h
138
///
CleanupFile
- Delete a given file.
142
bool
CleanupFile
(const char *File, bool IssueErrors = false) const;
/external/clang/tools/scan-build/
ccc-analyzer
68
my $
CleanupFile
;
76
if (defined $
CleanupFile
) {
77
unlink($
CleanupFile
);
694
$
CleanupFile
= $f;
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer
68
my $
CleanupFile
;
76
if (defined $
CleanupFile
) {
77
`rm -f $
CleanupFile
`;
686
$
CleanupFile
= $f;
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer
68
my $
CleanupFile
;
76
if (defined $
CleanupFile
) {
77
`rm -f $
CleanupFile
`;
686
$
CleanupFile
= $f;
Completed in 467 milliseconds