Searched refs:attempted_idx (Results 1 – 1 of 1) sorted by relevance
/system/core/fs_mgr/ |
D | fs_mgr.c | 302 …c int mount_with_alternatives(struct fstab *fstab, int start_idx, int *end_idx, int *attempted_idx) in mount_with_alternatives() argument 308 if (!end_idx || !attempted_idx || start_idx >= fstab->num_entries) { in mount_with_alternatives() 311 if (attempted_idx) *end_idx = start_idx; in mount_with_alternatives() 327 … fstab->recs[i].mount_point, i, fstab->recs[i].fs_type, fstab->recs[*attempted_idx].fs_type); in mount_with_alternatives() 336 *attempted_idx = i; in mount_with_alternatives() 354 *attempted_idx = start_idx; in mount_with_alternatives() 507 int attempted_idx = -1; in fs_mgr_mount_all() local 553 mret = mount_with_alternatives(fstab, i, &last_idx_inspected, &attempted_idx); in fs_mgr_mount_all() 559 int status = handle_encryptable(fstab, &fstab->recs[attempted_idx]); in fs_mgr_mount_all() 608 fs_mgr_is_encryptable(&fstab->recs[attempted_idx])) { in fs_mgr_mount_all() [all …]
|