OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ensure_policy
(Results
1 - 1
of
1
) sorted by null
/system/vold/
Ext4Crypt.cpp
375
static bool
ensure_policy
(const std::string& raw_ref, const std::string& path) {
function
714
if (!
ensure_policy
(de_raw_ref, system_de_path)) return false;
715
if (!
ensure_policy
(de_raw_ref, misc_de_path)) return false;
716
if (!
ensure_policy
(de_raw_ref, user_de_path)) return false;
736
if (!
ensure_policy
(ce_raw_ref, system_ce_path)) return false;
737
if (!
ensure_policy
(ce_raw_ref, misc_ce_path)) return false;
738
if (!
ensure_policy
(ce_raw_ref, media_ce_path)) return false;
739
if (!
ensure_policy
(ce_raw_ref, user_ce_path)) return false;
Completed in 91 milliseconds