Searched refs:GetCareMap (Results 1 – 3 of 3) sorted by relevance
/build/make/tools/releasetools/ |
D | test_add_img_to_target_files.py | 25 CheckAbOtaImages, GetCareMap) 401 name, care_map = GetCareMap('system', sparse_image) 406 self.assertRaises(AssertionError, GetCareMap, 'oem', None) 417 self.assertRaises(AssertionError, GetCareMap, 'system', sparse_image) 425 name, care_map = GetCareMap('system', 'foo')
|
D | add_img_to_target_files.py | 109 def GetCareMap(which, imgname): function 628 care_map = GetCareMap(partition, image_path)
|
D | add_img_to_target_files | 109 def GetCareMap(which, imgname): 628 care_map = GetCareMap(partition, image_path)
|