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

/system/core/fs_mgr/
H A Dfs_mgr.c296 * attempted_idx: On return, will indicate which fstab rec
302 static int mount_with_alternatives(struct fstab *fstab, int start_idx, int *end_idx, int *attempted_idx) argument
308 if (!end_idx || !attempted_idx || start_idx >= fstab->num_entries) {
311 if (attempted_idx) *end_idx = start_idx;
327 fstab->recs[i].mount_point, i, fstab->recs[i].fs_type, fstab->recs[*attempted_idx].fs_type);
336 *attempted_idx = i;
354 *attempted_idx = start_idx;
507 int attempted_idx = -1; local
553 mret = mount_with_alternatives(fstab, i, &last_idx_inspected, &attempted_idx);
559 int status = handle_encryptable(fstab, &fstab->recs[attempted_idx]);
[all...]

Completed in 20 milliseconds