Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java178 if (shardConfig.getCommandOptions().getHostLogSuffix() != null) { in rescheduleConfig()
179 suffix = shardConfig.getCommandOptions().getHostLogSuffix() + suffix; in rescheduleConfig()
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java195 public String getHostLogSuffix(); in getHostLogSuffix() method
DCommandOptions.java524 public String getHostLogSuffix() { in getHostLogSuffix() method in CommandOptions
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java474 if (config.getCommandOptions().getHostLogSuffix() != null) { in reportHostLog()
475 name += config.getCommandOptions().getHostLogSuffix(); in reportHostLog()