Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceImageZipFlashingTargetPreparer.java163 File fastbootTmpDir = in extractZip() local
169 fastbootTmpDir); in extractZip()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1920 File fastbootTmpDir = getHostOptions().getFastbootTmpDir(); in doFastbootCommand() local
1922 if (fastbootTmpDir != null) { in doFastbootCommand()
1924 runUtil.setEnvVariable("TMPDIR", fastbootTmpDir.getAbsolutePath()); in doFastbootCommand()