Lines Matching refs:temp_file
794 for temp_file in temp_files:
797 temp_file.base_name)
798 self._verify_remote(temp_file.checksum, remote_path)
885 for temp_file in temp_files:
887 temp_file.base_name)
888 self._verify_remote(temp_file.checksum, remote_path)
894 temp_file.base_name)
895 self._verify_remote(temp_file.checksum, remote_path)
1000 for temp_file in temp_files:
1003 temp_file.base_name)
1004 self._verify_local(temp_file.checksum, host_path)
1035 for temp_file in temp_files:
1038 temp_file.base_name)
1039 self._verify_local(temp_file.checksum, host_path)
1068 for temp_file in temp_files:
1069 host_path = os.path.join(real_dir, temp_file.base_name)
1070 self._verify_local(temp_file.checksum, host_path)
1092 for temp_file in temp_files:
1093 host_path = os.path.join(dest_dir, temp_file.base_name)
1094 self._verify_local(temp_file.checksum, host_path)
1119 for temp_file in temp_files:
1121 ['ln', '-s', '../contents/{}'.format(temp_file.base_name),
1122 posixpath.join(remote_links, temp_file.base_name)])
1126 for temp_file in temp_files:
1128 host_dir, 'symlink', temp_file.base_name)
1129 self._verify_local(temp_file.checksum, host_path)
1172 for temp_file in temp_files:
1173 local_path = os.path.join(host_dir, temp_file.base_name)
1174 self._verify_local(temp_file.checksum, local_path)
1190 for temp_file in temp_files:
1192 device_dir, temp_file.base_name)
1194 self.assertEqual(temp_file.checksum, dev_md5)