Home
last modified time | relevance | path

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

/bootable/recovery/
Droots.cpp133 bool crypt_footer = fs_mgr_is_encryptable(v) && !strcmp(v->key_loc, "footer"); in ensure_path_mounted_at() local
134 if (fs_mgr_do_format(v, crypt_footer) == 0) { in ensure_path_mounted_at()