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

  /system/extras/ext4_utils/
ext4_crypt.h 23 bool e4crypt_is_native();
ext4_crypt.cpp 60 bool e4crypt_is_native() { function
  /system/vold/
Ext4Crypt.h 25 bool e4crypt_is_native();
Ext4Crypt.cpp 474 if (e4crypt_is_native()) {
495 if (!e4crypt_is_native() && !e4crypt_is_emulated()) {
504 if (!e4crypt_is_native()) {
522 if (!e4crypt_is_native()) {
593 if (!e4crypt_is_native()) return true;
616 if (!e4crypt_is_native()) return true;
633 if (e4crypt_is_native()) {
663 if (e4crypt_is_native()) {
709 if (e4crypt_is_native() && volume_uuid == nullptr) {
731 if (e4crypt_is_native() && volume_uuid == nullptr)
    [all...]
cryptfs.c     [all...]
  /system/core/init/
builtins.cpp 339 if (e4crypt_is_native()) {

Completed in 421 milliseconds