Home
last modified time | relevance | path

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

/bootable/recovery/uncrypt/
Duncrypt.cpp171 static std::string FindBlockDevice(const std::string& path, bool* encryptable, bool* encrypted, in FindBlockDevice() argument
182 *encryptable = false; in FindBlockDevice()
184 *encryptable = true; in FindBlockDevice()
480 bool encryptable = false; in Uncrypt() local
483 const std::string blk_dev = FindBlockDevice(path, &encryptable, &encrypted, &f2fs_fs); in Uncrypt()
491 LOG(INFO) << "encryptable: " << (encryptable ? "yes" : "no"); in Uncrypt()