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) 367 name, care_map = GetCareMap('system', sparse_image) 372 self.assertRaises(AssertionError, GetCareMap, 'oem', None) 382 self.assertRaises(AssertionError, GetCareMap, 'system', sparse_image)
|
D | add_img_to_target_files | 108 def GetCareMap(which, imgname): function 586 care_map_list += GetCareMap(partition, image_path)
|
D | add_img_to_target_files.py | 108 def GetCareMap(which, imgname): function 586 care_map_list += GetCareMap(partition, image_path)
|