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.java46 File getFastbootTmpDir(); in getFastbootTmpDir() method
DHostOptions.java84 public File getFastbootTmpDir() { in getFastbootTmpDir() method in HostOptions
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1827 File fastbootTmpDir = getHostOptions().getFastbootTmpDir(); in doFastbootCommand()