Lines Matching refs:file_path
1446 fd, file_path = tempfile.mkstemp(dir=self.tmpdir)1449 # write_to_file doesn't need locking, we exclusively own file_path1450 self._state.write_to_file(file_path)1451 return file_path1613 file_path = os.path.join(store_dir, 'store_%s' % uuid.uuid4())1614 return file_path