Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr.c310 int mount_errno = 0; in mount_with_alternatives() local
350 mount_errno = errno; in mount_with_alternatives()
360 errno = mount_errno; in mount_with_alternatives()
498 int mount_errno = 0; in fs_mgr_mount_all() local
555 mount_errno = errno; in fs_mgr_mount_all()
580 if (mret && mount_errno != EBUSY && mount_errno != EACCES && in fs_mgr_mount_all()
611 if (mret && mount_errno != EBUSY && mount_errno != EACCES && in fs_mgr_mount_all()
637 fstab->recs[attempted_idx].fs_options, strerror(mount_errno)); in fs_mgr_mount_all()
642 fstab->recs[attempted_idx].fs_options, strerror(mount_errno)); in fs_mgr_mount_all()