Home
last modified time | relevance | path

Searched refs:destDir (Results 1 – 4 of 4) sorted by relevance

/cts/tools/vm-tests-tf/build/src/util/build/
DSmaliBuildStep.java44 File destDir = outputFile.folder; in build() local
45 if (!destDir.exists()) { in build()
46 destDir.mkdirs(); in build()
/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
DApexShimValidationTest.java241 private File extractDeapexer(File destDir) throws IOException { in extractDeapexer() argument
242 ZipUtil.extractZip(new ZipFile(mDeapexerZip), destDir); in extractDeapexer()
243 final File deapexer = FileUtil.findFile(destDir, DEAPEXER_FILE_NAME); in extractDeapexer()
247 final File debugfs = FileUtil.findFile(destDir, DEBUGFS_STATIC_FILE_NAME); in extractDeapexer()
251 final File fsckerofs = FileUtil.findFile(destDir, FSCKEROFS_FILE_NAME); in extractDeapexer()
265 private List<File> extractApexes(File destDir) throws IOException { in extractApexes() argument
275 final File apex = new File(destDir, entry.getName()); in extractApexes()
/cts/hostsidetests/videoencodingminimum/src/android/videoqualityfloor/cts/
DCtsVideoQualityFloorHostTest.java302 private void downloadFile(String url, File destDir) { in downloadFile() argument
304 File destination = new File(destDir, fileName); in downloadFile()
318 result = runCommand(cmd, destDir); in downloadFile()
/cts/hostsidetests/mediapc/videoencodingquality/src/
DCtsVideoEncodingQualityHostTest.java506 private void downloadFile(String url, File destDir) { in downloadFile() argument
508 File destination = new File(destDir, fileName); in downloadFile()
522 result = runCommand(cmd, destDir); in downloadFile()