Searched refs:new_ec (Results 1 – 3 of 3) sorted by relevance
46 self.new_ec = dict_args['new_ec']48 if not os.path.isfile(self.new_ec) or not os.path.isfile(self.new_bios):56 self.new_ec, self.new_bios, self.new_pd)131 dut_access.CopyToDevice(self.new_ec, target_file, mode='scp')157 ec_version = self.local_run_cmd('strings %s|head -1' % self.new_ec)
17 test_that --board=BOARD --args 'servo_host=SERVO3_IP new_ec=/path/to/ec.bin new_bios=/path/to/bios.…
367 ExeContext* new_ec; in record_ExeContext_wrk2() local428 new_ec = VG_(perm_malloc)( sizeof(struct _ExeContext) in record_ExeContext_wrk2()433 new_ec->ips[i] = ips[i]; in record_ExeContext_wrk2()436 new_ec->ecu = ec_next_ecu; in record_ExeContext_wrk2()444 new_ec->n_ips = n_ips; in record_ExeContext_wrk2()445 new_ec->chain = ec_htab[hash]; in record_ExeContext_wrk2()446 ec_htab[hash] = new_ec; in record_ExeContext_wrk2()455 return new_ec; in record_ExeContext_wrk2()