Searched refs:goodDir (Results 1 – 1 of 1) sorted by relevance
38 val goodDir = File(root, "goodDir").apply { mkdirs() } in Test sandbox() constant39 val goodDirFile = File(goodDir, "file").apply { createNewFile() } in Test sandbox()73 FileReadSandbox.allowAccess(goodDir) in Test sandbox()76 …val allowedSet = mutableSetOf(root, goodFile, goodDir, goodDirFile, subDir, subSubDir, subSubDirGo… in Test sandbox()