Home
last modified time | relevance | path

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

/bootable/recovery/uncrypt/
Duncrypt.cpp175 static const char* find_block_device(const char* path, bool* encryptable, bool* encrypted) { in find_block_device() argument
188 *encryptable = false; in find_block_device()
190 *encryptable = true; in find_block_device()
459 bool encryptable; in uncrypt() local
461 const char* blk_dev = find_block_device(path, &encryptable, &encrypted); in uncrypt()
470 LOG(INFO) << "encryptable: " << (encryptable ? "yes" : "no"); in uncrypt()