Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr.c302 static int mount_with_alternatives(struct fstab *fstab, int start_idx, int *end_idx, int *attempted… in mount_with_alternatives() argument
308 if (!end_idx || !attempted_idx || start_idx >= fstab->num_entries) { in mount_with_alternatives()
310 if (end_idx) *end_idx = start_idx; in mount_with_alternatives()
311 if (attempted_idx) *end_idx = start_idx; in mount_with_alternatives()
352 *end_idx = i; in mount_with_alternatives()