Searched refs:vendor_de_path (Results 1 – 2 of 2) sorted by relevance
161 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in prepare_subdirs() local162 if (!prepare_dir(sehandle, 0700, AID_SYSTEM, AID_SYSTEM, vendor_de_path + "/fpdata")) { in prepare_subdirs()165 auto facedata_path = vendor_de_path + "/facedata"; in prepare_subdirs()211 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in destroy_subdirs() local212 res &= rmrf_contents(vendor_de_path); in destroy_subdirs()
814 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in fscrypt_prepare_user_storage() local828 if (!prepare_dir(vendor_de_path, 0771, AID_ROOT, AID_ROOT)) return false; in fscrypt_prepare_user_storage()838 if (!EnsurePolicy(de_policy, vendor_de_path)) return false; in fscrypt_prepare_user_storage()927 auto vendor_de_path = android::vold::BuildDataVendorDePath(user_id); in fscrypt_destroy_user_storage() local939 res &= destroy_dir(vendor_de_path); in fscrypt_destroy_user_storage()