HomeSort by relevance Sort by last modified time
    Searched refs:CleanupFile (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/scan-build/
c++-analyzer 53 my $CleanupFile;
58 if (defined $CleanupFile && -z $CleanupFile) {
59 `rm -f $CleanupFile`;
635 $CleanupFile = $f;
ccc-analyzer 53 my $CleanupFile;
58 if (defined $CleanupFile && -z $CleanupFile) {
59 `rm -f $CleanupFile`;
635 $CleanupFile = $f;

Completed in 20 milliseconds