Searched refs:mBaseProtoFile (Results 1 – 1 of 1) sorted by relevance
48 private File mBaseProtoFile = null; field in CompatibilityProtoResultReporter56 mBaseProtoFile = new File(mResultDir, PROTO_FILE_NAME); in processStartInvocation()57 setFileOutput(mBaseProtoFile); in processStartInvocation()78 FileUtil.deleteFile(mBaseProtoFile); in processFinalProto()83 while (new File(mBaseProtoFile.getAbsolutePath() + index).exists()) { in processFinalProto()84 FileUtil.deleteFile(new File(mBaseProtoFile.getAbsolutePath() + index)); in processFinalProto()111 fprr.setFileOutput(mBaseProtoFile); in compactAllProtos()114 while (new File(mBaseProtoFile.getAbsolutePath() + index).exists()) { in compactAllProtos()116 parser.processFileProto(new File(mBaseProtoFile.getAbsolutePath() + index)); in compactAllProtos()