Searched refs:ptn_swap_list (Results 1 – 3 of 3) sorted by relevance
/device/google/bonito/gpt-utils/ |
D | gpt-utils.cpp | 229 const char ptn_swap_list[][MAX_GPT_NAME_SIZE] = { PTN_SWAP_LIST }; in gpt_boot_chain_swap() local 234 for (i = 0; i < ARRAY_SIZE(ptn_swap_list); i++) { in gpt_boot_chain_swap() 240 if (gpt_utils_is_ufs_device() && !strncmp(ptn_swap_list[i], in gpt_boot_chain_swap() 245 ptn_entry = gpt_pentry_seek(ptn_swap_list[i], pentries_start, in gpt_boot_chain_swap() 250 ptn_bak_entry = gpt_pentry_seek(ptn_swap_list[i], in gpt_boot_chain_swap() 254 ptn_swap_list[i]); in gpt_boot_chain_swap() 978 const char ptn_swap_list[][MAX_GPT_NAME_SIZE] = { PTN_SWAP_LIST }; in prepare_boot_update() local 998 for (i=0; i < ARRAY_SIZE(ptn_swap_list); i++) { in prepare_boot_update() 1003 if (!strncmp(ptn_swap_list[i], in prepare_boot_update() 1010 ptn_swap_list[i]); in prepare_boot_update()
|
/device/google/coral/gpt-utils/ |
D | gpt-utils.cpp | 229 const char ptn_swap_list[][MAX_GPT_NAME_SIZE] = { PTN_SWAP_LIST }; in gpt_boot_chain_swap() local 234 for (i = 0; i < ARRAY_SIZE(ptn_swap_list); i++) { in gpt_boot_chain_swap() 240 if (gpt_utils_is_ufs_device() && !strncmp(ptn_swap_list[i], in gpt_boot_chain_swap() 245 ptn_entry = gpt_pentry_seek(ptn_swap_list[i], pentries_start, in gpt_boot_chain_swap() 250 ptn_bak_entry = gpt_pentry_seek(ptn_swap_list[i], in gpt_boot_chain_swap() 254 ptn_swap_list[i]); in gpt_boot_chain_swap() 978 const char ptn_swap_list[][MAX_GPT_NAME_SIZE] = { PTN_SWAP_LIST }; in prepare_boot_update() local 998 for (i=0; i < ARRAY_SIZE(ptn_swap_list); i++) { in prepare_boot_update() 1003 if (!strncmp(ptn_swap_list[i], in prepare_boot_update() 1010 ptn_swap_list[i]); in prepare_boot_update()
|
/device/google/crosshatch/gpt-utils/ |
D | gpt-utils.cpp | 229 const char ptn_swap_list[][MAX_GPT_NAME_SIZE] = { PTN_SWAP_LIST }; in gpt_boot_chain_swap() local 234 for (i = 0; i < ARRAY_SIZE(ptn_swap_list); i++) { in gpt_boot_chain_swap() 240 if (gpt_utils_is_ufs_device() && !strncmp(ptn_swap_list[i], in gpt_boot_chain_swap() 245 ptn_entry = gpt_pentry_seek(ptn_swap_list[i], pentries_start, in gpt_boot_chain_swap() 250 ptn_bak_entry = gpt_pentry_seek(ptn_swap_list[i], in gpt_boot_chain_swap() 254 ptn_swap_list[i]); in gpt_boot_chain_swap() 978 const char ptn_swap_list[][MAX_GPT_NAME_SIZE] = { PTN_SWAP_LIST }; in prepare_boot_update() local 998 for (i=0; i < ARRAY_SIZE(ptn_swap_list); i++) { in prepare_boot_update() 1003 if (!strncmp(ptn_swap_list[i], in prepare_boot_update() 1010 ptn_swap_list[i]); in prepare_boot_update()
|