Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr.cpp832 int* attempted_idx) { in mount_with_alternatives() argument
847 << fstab[*attempted_idx].fs_type; in mount_with_alternatives()
864 *attempted_idx = i; in mount_with_alternatives()
893 *attempted_idx = start_idx; in mount_with_alternatives()
1424 int attempted_idx = -1; in fs_mgr_mount_all() local
1426 bool mret = mount_with_alternatives(*fstab, i, &last_idx_inspected, &attempted_idx); in fs_mgr_mount_all()
1427 auto& attempted_entry = (*fstab)[attempted_idx]; in fs_mgr_mount_all()