Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.cpp807 auto system_legacy_path = android::vold::BuildDataSystemLegacyPath(user_id); in fscrypt_prepare_user_storage() local
818 if (!prepare_dir(system_legacy_path, 0700, AID_SYSTEM, AID_SYSTEM)) return false; in fscrypt_prepare_user_storage()
920 auto system_legacy_path = android::vold::BuildDataSystemLegacyPath(user_id); in fscrypt_destroy_user_storage() local
932 res &= destroy_dir(system_legacy_path); in fscrypt_destroy_user_storage()