Searched refs:encrypted (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/uncrypt/
H A Duncrypt.cpp22 // If the filesystem is using an encrypted block device, it will also
175 static const char* find_block_device(const char* path, bool* encryptable, bool* encrypted, bool *f2fs_fs) { argument
177 // return its block device. Set encrypted if it's currently
178 // encrypted.
191 *encrypted = false;
195 if (android::base::GetProperty("ro.crypto.state", "") == "encrypted") {
196 *encrypted = true;
253 bool encrypted, bool f2fs_fs, int socket) {
295 if (encrypted) {
308 if (encrypted) {
252 produce_block_map(const char* path, const char* map_file, const char* blk_dev, bool encrypted, bool f2fs_fs, int socket) argument
477 bool encrypted; local
[all...]

Completed in 42 milliseconds