Searched refs:fastbootTmpDir (Results 1 – 2 of 2) sorted by relevance
163 File fastbootTmpDir = in extractZip() local169 fastbootTmpDir); in extractZip()
1920 File fastbootTmpDir = getHostOptions().getFastbootTmpDir(); in doFastbootCommand() local1922 if (fastbootTmpDir != null) { in doFastbootCommand()1924 runUtil.setEnvVariable("TMPDIR", fastbootTmpDir.getAbsolutePath()); in doFastbootCommand()