Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr.cpp935 int mount_errno = 0; in mount_with_alternatives() local
966 mount_errno = EINVAL; // continue bootup for metadata encryption in mount_with_alternatives()
988 mount_errno = 0; in mount_with_alternatives()
994 if (mount_errno == 0) { in mount_with_alternatives()
995 mount_errno = errno; in mount_with_alternatives()
1010 errno = mount_errno; in mount_with_alternatives()
1536 int mount_errno = errno; in fs_mgr_mount_all() local
1580 if (mount_errno != EBUSY && mount_errno != EACCES && in fs_mgr_mount_all()
1626 if (mount_errno != EBUSY && mount_errno != EACCES && in fs_mgr_mount_all()