Searched refs:getAvdConfigFile (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | GceManager.java | 310 gceArgs.add(getAvdConfigFile().getAbsolutePath()); in buildGceCmd() 396 config = FileUtil.createTempFile(options.getAvdConfigFile().getName(), "config"); in AcloudShutdown() 402 FileUtil.copyFile(options.getAvdConfigFile(), config); in AcloudShutdown() 697 getAvdConfigFile(), in logSerialOutput() 712 AcloudConfigParser config = AcloudConfigParser.parseConfig(getAvdConfigFile()); in logStableHostImageInfos() 741 File getAvdConfigFile() { in getAvdConfigFile() method in GceManager 742 return getTestDeviceOptions().getAvdConfigFile(); in getAvdConfigFile()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/ |
D | GceManagerTest.java | 183 mGceManager.getAvdConfigFile().getAbsolutePath(), in testBuildGceCommand() 221 mGceManager.getAvdConfigFile().getAbsolutePath(), in testBuildGceCommand_withServiceAccountJsonKeyFile() 272 mGceManager.getAvdConfigFile().getAbsolutePath(), in testBuildGceCommandWithEmulatorBuild() 313 mGceManager.getAvdConfigFile().getAbsolutePath(), in testBuildGceCommandWithGceDriverParam() 400 mGceManager.getAvdConfigFile().getAbsolutePath(), in testBuildGceCommandWithKernelBuild() 592 EasyMock.contains(mGceManager.getAvdConfigFile().getAbsolutePath()), in testShutdownGce() 665 EasyMock.contains(mGceManager.getAvdConfigFile().getAbsolutePath()), in testShutdownGce_withJsonKeyFile()
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | TestDeviceOptions.java | 538 public File getAvdConfigFile() { in getAvdConfigFile() method in TestDeviceOptions
|
/tools/tradefederation/core/tests/src/com/android/tradefed/config/ |
D | ConfigurationTest.java | 589 assertEquals(fakeConfigFile, deviceOptions.getAvdConfigFile()); in testValidateOptions_localSharding_skipDownload()
|