Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/cluster/
DClusterLogSaverTest.java252 .uploadFile(fooTxtOutputFile, ClusterLogSaver.TOOL_LOG_PATH); in testInvocationEnded()
294 .uploadFile(fooTxtOutputFile, ClusterLogSaver.TOOL_LOG_PATH); in testInvocationEnded_uploadError()
296 .uploadFile(barTxtOutputFile, ClusterLogSaver.TOOL_LOG_PATH); in testInvocationEnded_uploadError()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterLogSaver.java65 public static final String TOOL_LOG_PATH = "tool-logs"; field in ClusterLogSaver
338 .forEach(file -> outputFiles.put(file, TOOL_LOG_PATH)); in invocationEnded()