Searched refs:diskSectors (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | flash_image.c | 526 …T_PARAM_ITEM p_param, int param_len, PSTRUCT_CONFIG_ITEM p_config, int config_len, u64 diskSectors) in create_gpt_buffer() argument 545 gptHead->alternate_lba = cpu_to_le64(diskSectors - 1); in create_gpt_buffer() 547 gptHead->last_usable_lba = cpu_to_le64(diskSectors - 34); in create_gpt_buffer() 575 gptEntry->ending_lba = cpu_to_le64(diskSectors - 34); in create_gpt_buffer()
|
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | RKAndroidDevice.h | 265 …ate_gpt_buffer(u8 *gpt, PARAM_ITEM_VECTOR &vecParts, CONFIG_ITEM_VECTOR &vecUuid, u64 diskSectors);
|
| H A D | RKAndroidDevice.cpp | 3550 …eate_gpt_buffer(u8 *gpt, PARAM_ITEM_VECTOR &vecParts, CONFIG_ITEM_VECTOR &vecUuid, u64 diskSectors) in create_gpt_buffer() argument 3571 gptHead->alternate_lba = cpu_to_le64(diskSectors - 1); in create_gpt_buffer() 3573 gptHead->last_usable_lba = cpu_to_le64(diskSectors - 34); in create_gpt_buffer() 3601 gptEntry->ending_lba = cpu_to_le64(diskSectors - 34); in create_gpt_buffer()
|