Lines Matching refs:victim
191 victim = os.path.join(tmp, 'killme')
192 os.mkdir(victim)
193 write_file(os.path.join(victim, 'somefile'), 'foo')
194 victim = os.fsencode(victim)
195 self.assertIsInstance(victim, bytes)
196 shutil.rmtree(victim)
415 victim = 'killme'
416 fullname = os.path.join(tmp_dir, victim)
423 shutil.rmtree(victim, dir_fd=dir_fd)