Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DTestUtils.java387 try (Stream<Path> fileTree = Files.walk(root)) { in listApks() argument
389 fileTree.filter(Files::isRegularFile) in listApks()