Searched refs:LogFileWithType (Results 1 – 1 of 1) sorted by relevance
112 private final List<LogFileWithType> mLogFiles = new ArrayList<>();835 for (LogFileWithType logFile : mLogFiles) { in addTestLogs()873 mLogFiles.add(new LogFileWithType(logPath, type)); in createLogFile()962 private static final class LogFileWithType { class in BazelTest966 public LogFileWithType(Path path, LogDataType type) { in LogFileWithType() method in BazelTest.LogFileWithType