Searched refs:fastbootTmpDir (Results 1 – 2 of 2) sorted by relevance
167 File fastbootTmpDir = in extractZip() local173 fastbootTmpDir); in extractZip()
2463 File fastbootTmpDir = getHostOptions().getFastbootTmpDir(); in doFastbootCommand() local2464 if (fastbootTmpDir != null) { in doFastbootCommand()2465 envVarMap.put("TMPDIR", fastbootTmpDir.getAbsolutePath()); in doFastbootCommand()