Home
last modified time | relevance | path

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

/device/google/marlin/recovery/gpt-utils/
Dgpt-utils.h57 #define PTN_ENTRY_SIZE 128 macro
Dgpt-utils.cpp237 uint8_t ptn_swap[PTN_ENTRY_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()
261 memcpy(ptn_bak_entry, ptn_swap, PTN_ENTRY_SIZE); in gpt_boot_chain_swap()