Lines Matching refs:tmpdir
15 self.tmpdir = autotemp.tempdir(unique_id='localhost_unittest')
16 self.addCleanup(self.tmpdir.clean)
147 files = (os.path.join(self.tmpdir.name, 'file1'),
148 os.path.join(self.tmpdir.name, 'file2'))
156 host.list_files_glob(os.path.join(self.tmpdir.name, '*')))
163 fname = os.path.join(self.tmpdir.name, 'file')
164 sname = os.path.join(self.tmpdir.name, 'sym')
179 fname = os.path.join(self.tmpdir.name, 'file')
180 sname = os.path.join(self.tmpdir.name, 'sym')
194 source_file = os.path.join(self.tmpdir.name, 'file')
197 dest_file = os.path.join(self.tmpdir.name, 'dest')
207 source_dir = os.path.join(self.tmpdir.name, 'dir')
211 dest_dir = os.path.join(self.tmpdir.name, 'dest')
222 source_dir = os.path.join(self.tmpdir.name, 'dir')
226 dest_dir = os.path.join(self.tmpdir.name, 'dest')
238 source_dir = os.path.join(self.tmpdir.name, 'dir')
242 dest_dir = os.path.join(self.tmpdir.name, 'dest')
257 source_dir = os.path.join(self.tmpdir.name, 'dir')
261 dest_dir = os.path.join(self.tmpdir.name, 'dest')
273 source_dir = os.path.join(self.tmpdir.name, 'dir')
277 dest_dir = os.path.join(self.tmpdir.name, 'dest')
290 source_dir = os.path.join(self.tmpdir.name, 'dir')
294 dest_dir = os.path.join(self.tmpdir.name, 'dest')