Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/gpt-utils/
Dgpt-utils.cpp235 uint8_t *ptn_entry; in gpt_boot_chain_swap() local
245 ptn_entry = gpt_pentry_seek(ptn_swap_list[i], pentries_start, in gpt_boot_chain_swap()
247 if (ptn_entry == NULL) in gpt_boot_chain_swap()
251 ptn_entry + pentry_size, pentries_end, pentry_size); in gpt_boot_chain_swap()
259 memcpy(ptn_swap, ptn_entry, PTN_ENTRY_SIZE); in gpt_boot_chain_swap()
260 memcpy(ptn_entry, ptn_bak_entry, PTN_ENTRY_SIZE); in gpt_boot_chain_swap()