Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp920 int mount_errno = 0; in mount_with_alternatives() local
951 mount_errno = EINVAL; // continue bootup for metadata encryption in mount_with_alternatives()
966 mount_errno = 0; in mount_with_alternatives()
972 if (mount_errno == 0) { in mount_with_alternatives()
973 mount_errno = errno; in mount_with_alternatives()
988 errno = mount_errno; in mount_with_alternatives()
1502 int mount_errno = errno; in fs_mgr_mount_all() local
1540 if (mount_errno != EBUSY && mount_errno != EACCES && in fs_mgr_mount_all()
1584 if (mount_errno != EBUSY && mount_errno != EACCES && in fs_mgr_mount_all()