Home
last modified time | relevance | path

Searched defs:tools (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/util/
DEnvironmentVariableUtil.java37 public static String buildPath(Set<String> tools, String addition) { in buildPath()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableHostTest.java160 Set<String> tools = new HashSet<>(); in runBinary() local