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.java167 File fastbootTmpDir = in extractZip() local
173 fastbootTmpDir); in extractZip()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2463 File fastbootTmpDir = getHostOptions().getFastbootTmpDir(); in doFastbootCommand() local
2464 if (fastbootTmpDir != null) { in doFastbootCommand()
2465 envVarMap.put("TMPDIR", fastbootTmpDir.getAbsolutePath()); in doFastbootCommand()