Searched refs:encryptable (Results 1 – 1 of 1) sorted by relevance
171 static std::string FindBlockDevice(const std::string& path, bool* encryptable, bool* encrypted, in FindBlockDevice() argument182 *encryptable = false; in FindBlockDevice()184 *encryptable = true; in FindBlockDevice()480 bool encryptable = false; in Uncrypt() local483 const std::string blk_dev = FindBlockDevice(path, &encryptable, &encrypted, &f2fs_fs); in Uncrypt()491 LOG(INFO) << "encryptable: " << (encryptable ? "yes" : "no"); in Uncrypt()