OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_mgr_is_file_encrypted
(Results
1 - 4
of
4
) sorted by null
/system/core/fs_mgr/include_fstab/fstab/
fstab.h
77
int
fs_mgr_is_file_encrypted
(const struct fstab_rec* fstab);
/bootable/recovery/uncrypt/
uncrypt.cpp
193
if (fs_mgr_is_encryptable(v) ||
fs_mgr_is_file_encrypted
(v)) {
/system/core/fs_mgr/
fs_mgr_fstab.cpp
948
int
fs_mgr_is_file_encrypted
(const struct fstab_rec *fstab)
function
[
all
...]
fs_mgr.cpp
387
bool want_encrypt =
fs_mgr_is_file_encrypted
(rec) != 0;
[
all
...]
Completed in 402 milliseconds