Home
last modified time | relevance | path

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

/cts/common/host-side/java-scanner/tests/src/com/android/compatibility/common/scanner/
DJavaScannerTest.java89 final File parent0 = new File(System.getProperty("java.io.tmpdir")); in runScanner() local
90 final File parent1 = new File(parent0, "tmp" + System.currentTimeMillis()); in runScanner()