Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/host/
DIHostOptions.java48 File getFastbootTmpDir(); in getFastbootTmpDir() method
DHostOptions.java71 public File getFastbootTmpDir() { in getFastbootTmpDir() method in HostOptions
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1652 File fastbootTmpDir = getHostOptions().getFastbootTmpDir(); in doFastbootCommand()