Home
last modified time | relevance | path

Searched refs:system_legacy_path (Results 1 – 1 of 1) sorted by relevance

/system/vold/
DExt4Crypt.cpp726 auto system_legacy_path = android::vold::BuildDataSystemLegacyPath(user_id); in e4crypt_prepare_user_storage() local
735 if (!prepare_dir(system_legacy_path, 0700, AID_SYSTEM, AID_SYSTEM)) return false; in e4crypt_prepare_user_storage()
795 auto system_legacy_path = android::vold::BuildDataSystemLegacyPath(user_id); in e4crypt_destroy_user_storage() local
805 res &= destroy_dir(system_legacy_path); in e4crypt_destroy_user_storage()