OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
58
bool
e4crypt_is_native
() {
function
/system/vold/
Ext4Crypt.h
25
bool
e4crypt_is_native
();
Ext4Crypt.cpp
464
if (
e4crypt_is_native
()) {
485
if (!
e4crypt_is_native
() && !e4crypt_is_emulated()) {
494
if (!
e4crypt_is_native
()) {
525
if (!
e4crypt_is_native
()) {
596
if (!
e4crypt_is_native
()) return true;
619
if (!
e4crypt_is_native
()) return true;
635
if (
e4crypt_is_native
()) {
665
if (
e4crypt_is_native
()) {
711
if (
e4crypt_is_native
() && volume_uuid == nullptr) {
733
if (
e4crypt_is_native
() && volume_uuid == nullptr)
[
all
...]
cryptfs.c
[
all
...]
/system/core/init/
builtins.cpp
339
if (
e4crypt_is_native
()) {
Completed in 771 milliseconds