HomeSort by relevance Sort by last modified time
    Searched refs:encryptable (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/uncrypt/
uncrypt.cpp 175 static const char* find_block_device(const char* path, bool* encryptable, bool* encrypted, bool *f2fs_fs) {
192 *encryptable = false;
194 *encryptable = true;
476 bool encryptable; local
479 const char* blk_dev = find_block_device(path, &encryptable, &encrypted, &f2fs_fs);
488 LOG(INFO) << "encryptable: " << (encryptable ? "yes" : "no");
  /system/core/fs_mgr/
fs_mgr.cpp 755 /* If this is block encryptable, need to trigger encryption */
805 int encryptable = FS_MGR_MNTALL_DEV_NOT_ENCRYPTABLE; local
898 if (encryptable != FS_MGR_MNTALL_DEV_NOT_ENCRYPTABLE) {
900 LERROR << "Only one encryptable/encrypted partition supported";
    [all...]

Completed in 542 milliseconds