Home
last modified time | relevance | path

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

/tools/metalava/src/test/java/com/android/tools/metalava/
DFileReadSandboxTest.kt46 val subSubDir2 = File(subDir, "subdir2").apply { mkdirs() } in Test sandbox() constant
138 subSubDir2.listFiles() // *Not* implicitly allowed. in Test sandbox()
145 assertViolationReported(subSubDir2, subSubDirBadFile) // These are not allowed to read. in Test sandbox()