Home
last modified time | relevance | path

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

/device/google/marlin/recovery/gpt-utils/
Dgpt-utils.cpp400 static int gpt_get_state(int fd, enum gpt_instance gpt, enum gpt_state *state) in gpt_get_state() function
767 r = gpt_get_state(fd, PRIMARY_GPT, &gpt_prim) || in prepare_partitions()
768 gpt_get_state(fd, SECONDARY_GPT, &gpt_second); in prepare_partitions()