Home
last modified time | relevance | path

Searched refs:LogFileWithType (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
H A DBazelTest.java112 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 BazelTest
966 public LogFileWithType(Path path, LogDataType type) { in LogFileWithType() method in BazelTest.LogFileWithType