Lines Matching refs:tmpdir
16 self.tmpdir = autotemp.tempdir(unique_id='localhost_unittest')
17 self.addCleanup(self.tmpdir.clean)
148 files = (os.path.join(self.tmpdir.name, 'file1'),
149 os.path.join(self.tmpdir.name, 'file2'))
157 host.list_files_glob(os.path.join(self.tmpdir.name, '*')))
161 host.list_files_glob(os.path.join(self.tmpdir.name, '*')))
168 fname = os.path.join(self.tmpdir.name, 'file')
169 sname = os.path.join(self.tmpdir.name, 'sym')
187 fname = os.path.join(self.tmpdir.name, 'file')
188 sname = os.path.join(self.tmpdir.name, 'sym')
205 source_file = os.path.join(self.tmpdir.name, 'file')
208 dest_file = os.path.join(self.tmpdir.name, 'dest')
218 source_dir = os.path.join(self.tmpdir.name, 'dir')
222 dest_dir = os.path.join(self.tmpdir.name, 'dest')
233 source_dir = os.path.join(self.tmpdir.name, 'dir')
237 dest_dir = os.path.join(self.tmpdir.name, 'dest')
249 source_dir = os.path.join(self.tmpdir.name, 'dir')
253 dest_dir = os.path.join(self.tmpdir.name, 'dest')
268 source_dir = os.path.join(self.tmpdir.name, 'dir')
272 dest_dir = os.path.join(self.tmpdir.name, 'dest')
284 source_dir = os.path.join(self.tmpdir.name, 'dir')
288 dest_dir = os.path.join(self.tmpdir.name, 'dest')
301 source_dir = os.path.join(self.tmpdir.name, 'dir')
305 dest_dir = os.path.join(self.tmpdir.name, 'dest')