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

/system/core/fs_mgr/
H A Dfs_mgr.c295 * end_idx: On return, will be the last rec that was looked at.
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) {
310 if (end_idx) *end_idx = start_idx;
311 if (attempted_idx) *end_idx = start_idx;
352 *end_idx = i;

Completed in 4 milliseconds