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

/system/vold/
H A DExt4Crypt.cpp692 auto system_de_path = android::vold::BuildDataSystemDePath(user_id); local
704 if (!prepare_dir(system_de_path, 0770, AID_SYSTEM, AID_SYSTEM)) return false;
712 if (!ensure_policy(de_raw_ref, system_de_path)) return false;
763 auto system_de_path = android::vold::BuildDataSystemDePath(user_id); local
774 res &= destroy_dir(system_de_path);

Completed in 64 milliseconds