Searched refs:try_update (Results 1 – 2 of 2) sorted by relevance
/external/autotest/server/site_tests/firmware_Cr50RejectUpdate/ |
D | firmware_Cr50RejectUpdate.py | 51 def try_update(self, arg, path, err=0, stdout='', wait=True): member in firmware_Cr50RejectUpdate 88 self.try_update('-u', self.bid_path, err=12) 89 self.try_update('', self.bid_path, err=12) 93 self.try_update('-u', self.old_path, stdout='nothing to do') 94 self.try_update('-u', self.original_path, stdout='nothing to do') 97 self.try_update('', self.old_path, err=8) 102 self.try_update('', self.original_path, stdout='image updated') 116 self.try_update('', self.original_path, err=9, wait=False)
|
/external/nos/host/generic/citadel/updater/ |
D | updater.cpp | 362 uint32_t try_update(AppClient &app, const std::vector<uint8_t> &image, in try_update() function 409 rv_A = try_update(app, image, offset_A, hdr->image_size); in do_update() 418 rv_B = try_update(app, image, offset_B, hdr->image_size); in do_update()
|