Searched refs:GetTypeAndDevice (Results 1 – 3 of 3) sorted by relevance
/build/make/tools/releasetools/ |
D | common.py | 1924 _, device_path = GetTypeAndDevice("/" + partition, OPTIONS.info_dict) 1926 _, device_path = GetTypeAndDevice("/" + partition, 2159 def GetTypeAndDevice(mount_point, info): function 2279 boot_type, boot_device = GetTypeAndDevice("/boot", info_dict) 2280 recovery_type, recovery_device = GetTypeAndDevice("/recovery", info_dict)
|
D | ota_from_target_files | 1696 boot_type, boot_device = common.GetTypeAndDevice("/boot", source_info)
|
D | ota_from_target_files.py | 1696 boot_type, boot_device = common.GetTypeAndDevice("/boot", source_info)
|