Home
last modified time | relevance | path

Searched refs:gptLastPartEntry (Results 1 – 1 of 1) sorted by relevance

/rkdeveloptool/
H A Dmain.cpp595 gpt_entry *gptLastPartEntry = NULL; in update_gpt_disksize() local
603 gptLastPartEntry = (gpt_entry *)(master + 2 * SECTOR_SIZE + i * GPT_ENTRY_SIZE); in update_gpt_disksize()
604 if (memcmp(zerobuf, (u8 *)gptLastPartEntry, GPT_ENTRY_SIZE) == 0) in update_gpt_disksize()
608 gptLastPartEntry = (gpt_entry *)(master + 2 * SECTOR_SIZE + i * sizeof(gpt_entry)); in update_gpt_disksize()
613 if (gptLastPartEntry->ending_lba == (old_disksize - 34)) {//grow partition in update_gpt_disksize()
614 gptLastPartEntry->ending_lba = cpu_to_le64(total_sector- 34); in update_gpt_disksize()