Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTfSuiteRunner.java89 String parentConfig, DirectedGraph<String> graph) { in loadTests() argument
171 configNameAbi, testConfig, parentConfig, graph); in loadTests()
176 expandTestSuites(configName, testConfig, parentConfig, graph); in loadTests()
216 String parentConfig, in expandTestSuites() argument
223 if (parentConfig != null) { in expandTestSuites()
224 graph.addEdge(parentConfig, configName); in expandTestSuites()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandbox.java330 File parentConfig = handleChildMissingConfig(args); in prepareConfiguration()
331 if (parentConfig != null) { in prepareConfiguration()
337 new String[] {parentConfig.getAbsolutePath()}, in prepareConfiguration()
341 FileUtil.deleteFile(parentConfig); in prepareConfiguration()
426 IConfiguration parentConfig = null; in handleChildMissingConfig() local
428 parentConfig = ConfigurationFactory.getInstance().createConfigurationFromArgs(args); in handleChildMissingConfig()
433 parentConfig.dumpXml(pw, new ArrayList<>(), false); in handleChildMissingConfig()