Searched refs:badDirFile (Results 1 – 1 of 1) sorted by relevance
42 val badDirFile = File(badDir, "file").apply { createNewFile() } in Test sandbox() constant115 assertViolationNotReported(badFile, badDir, badDirFile, subSubDirBadFile) in Test sandbox()119 badDirFile.readBytes() in Test sandbox()122 assertViolationReported(badFile, badDirFile) in Test sandbox()132 assertViolationNotReported(badFile, badDirFile, subSubDirBadFile) in Test sandbox()