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.java217 File getTestCaseConfigPath(String name) { in getTestCaseConfigPath() method in ConfigurationFactory
324 localConfig = getTestCaseConfigPath(name); in findConfigName()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationFactoryTest.java1484 File config = spyFactory.getTestCaseConfigPath(configName); in testSearchConfigFromEnvVar()
1500 File config = spyFactory.getTestCaseConfigPath("non-exist"); in testSearchConfigFromEnvVarFailed()