Searched refs:image_bid (Results 1 – 2 of 2) sorted by relevance
/external/autotest/server/cros/faft/ |
D | cr50_test.py | 786 def download_cr50_gs_image(self, gsurl, extract_fn, image_bid): argument 801 if image_bid and image_bid != downloaded_bid: 804 'board id wanted %s got %s' % (image_bid, downloaded_bid)) 819 def download_cr50_debug_image(self, devid='', image_bid=''): argument 829 if image_bid: 830 image_bid = cr50_utils.GetBoardIdInfoString( 831 image_bid, symbolic=True) 832 bid_ext = '.' + image_bid.replace(':', '_') 837 return self.download_cr50_gs_image(gsurl, None, image_bid) 855 def download_cr50_release_image(self, image_rw, image_bid=''): argument [all …]
|
/external/autotest/client/common_lib/cros/ |
D | cr50_utils.py | 578 def GetChipBIDFromImageBID(image_bid, brand): argument 584 image_bid_tuple = GetBoardIdInfoTuple(image_bid) 590 image_bid, image_mask, image_flags = image_bid_tuple 592 new_brand = GetSymbolicBoardId(image_bid)
|