Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationFactory.java226 File getTestCaseConfigPath(String name) { in getTestCaseConfigPath() method in ConfigurationFactory
338 localConfig = getTestCaseConfigPath(name); in findConfigName()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationFactoryTest.java1532 File config = spyFactory.getTestCaseConfigPath(configName); in testSearchConfigFromEnvVar()
1548 File config = spyFactory.getTestCaseConfigPath("non-exist"); in testSearchConfigFromEnvVarFailed()