Home
last modified time | relevance | path

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

/tools/metalava/src/test/java/com/android/tools/metalava/
DFileReadSandboxTest.kt47 val subSubDirGoodFile = File(subSubDir, "good").apply { createNewFile() } in Test sandbox() constant
74 FileReadSandbox.allowAccess(subSubDirGoodFile) in Test sandbox()
76 …tableSetOf(root, goodFile, goodDir, goodDirFile, subDir, subSubDir, subSubDirGoodFile).map { it.ab… in Test sandbox()
108 subSubDirGoodFile.readBytes() in Test sandbox()
139 subSubDirGoodFile.readBytes() in Test sandbox()