Searched refs:csv_file (Results 1 – 4 of 4) sorted by relevance
/external/autotest/contrib/ |
D | manage_powerunit_info.py | 73 def add_from_csv(afe, csv_file): argument 81 with open(csv_file) as f: 94 def dump_to_csv(afe, csv_file): argument 101 logging.info('Back up host attribues to %s', csv_file) 102 with open(csv_file, 'w') as f: 154 if not options.csv_file: 157 file_exists = os.path.exists(options.csv_file) 159 logging.error('%s is not a valid file.', options.csv_file) 162 logging.error('%s already exists.', options.csv_file) 177 dump_to_csv(afe, options.csv_file) [all …]
|
D | generate_rpm_mapping.py | 435 def output_csv(rpm_mapping, csv_file): argument 443 with open(csv_file, 'w') as f: 470 output_csv(rpm_mapping, options.csv_file)
|
/external/valgrind/auxprogs/ |
D | s390-check-opcodes.pl | 21 my $csv_file = $ARGV[0]; 121 open(CSV, "$csv_file") || die "cannot open $csv_file\n"; 204 print "*** opcode $opc not listed in $csv_file\n";
|
/external/autotest/client/site_tests/security_SandboxedServices/ |
D | security_SandboxedServices.py | 142 csv_file = csv.writer(open(os.path.join(self.resultsdir, 153 csv_file.writerow(row)
|