Home
last modified time | relevance | path

Searched defs:subPath (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationUtil.java236 public static Set<String> getConfigNamesFromDirs(String subPath, List<File> dirs) { in getConfigNamesFromDirs()
253 public static Set<File> getConfigNamesFileFromDirs(String subPath, List<File> dirs) { in getConfigNamesFileFromDirs()
269 String subPath, List<File> dirs, List<String> configNamePatterns) { in getConfigNamesFileFromDirs()
DIConfigurationFactory.java160 public List<String> getConfigList(String subPath, boolean loadFromEnv); in getConfigList()
DConfigurationFactory.java726 public List<String> getConfigList(String subPath, boolean loadFromEnv) { in getConfigList()
743 private Set<String> getConfigSetFromClasspath(String subPath) { in getConfigSetFromClasspath()
754 Set<String> getConfigNamesFromTestCases(String subPath) { in getConfigNamesFromTestCases()
759 Map<String, String> getConfigSetFromClasspathFromJar(String subPath) { in getConfigSetFromClasspathFromJar()