Searched refs:mBaseProtoFile (Results 1 – 2 of 2) sorted by relevance
57 private File mBaseProtoFile = null; field in CompactProtoReporter64 mBaseProtoFile = new File(mResultDir, CompatibilityProtoResultReporter.PROTO_FILE_NAME); in invocationStarted()85 FileUtil.deleteFile(mBaseProtoFile); in invocationEnded()90 while (new File(mBaseProtoFile.getAbsolutePath() + index).exists()) { in invocationEnded()91 FileUtil.deleteFile(new File(mBaseProtoFile.getAbsolutePath() + index)); in invocationEnded()98 fprr.setFileOutput(mBaseProtoFile); in compactAllProtos()101 while (new File(mBaseProtoFile.getAbsolutePath() + index).exists()) { in compactAllProtos()103 parser.processFileProto(new File(mBaseProtoFile.getAbsolutePath() + index)); in compactAllProtos()
46 private File mBaseProtoFile = null; field in CompatibilityProtoResultReporter54 mBaseProtoFile = new File(mResultDir, PROTO_FILE_NAME); in processStartInvocation()55 setFileOutput(mBaseProtoFile); in processStartInvocation()