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