Searched refs:subSubDir (Results 1 – 1 of 1) sorted by relevance
45 val subSubDir = File(subDir, "subdir").apply { mkdirs() } in Test sandbox() constant47 val subSubDirGoodFile = File(subSubDir, "good").apply { createNewFile() } in Test sandbox()48 val subSubDirBadFile = File(subSubDir, "bad").apply { createNewFile() } in Test sandbox()76 …val allowedSet = mutableSetOf(root, goodFile, goodDir, goodDirFile, subDir, subSubDir, subSubDirGo… in Test sandbox()137 subSubDir.listFiles() // Implicitly allowed. in Test sandbox()