Home
last modified time | relevance | path

Searched refs:getFastbootTmpDir (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/global_configuration/com/android/tradefed/host/
DIHostOptions.java48 File getFastbootTmpDir(); in getFastbootTmpDir() method
DHostOptions.java113 public File getFastbootTmpDir() { in getFastbootTmpDir() method in HostOptions
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceImageZipFlashingTargetPreparer.java164 GlobalConfiguration.getInstance().getHostOptions().getFastbootTmpDir(); in extractZip()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1920 File fastbootTmpDir = getHostOptions().getFastbootTmpDir(); in doFastbootCommand()