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

  /external/clang/utils/analyzer/
SATestBuild.py 370 SummaryLog = open(SummaryPath, "w+")
372 SummaryLog.write("Total of %d failures discovered.\n" % (TotalFailed,))
374 SummaryLog.write("See the first %d below.\n"
384 SummaryLog.write("\n-- Error #%d -----------\n" % (Idx,));
387 shutil.copyfileobj(FailLogI, SummaryLog);
391 SummaryLog.close()
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 76 milliseconds