Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp1879 int first_mount_errno = 0; in fs_mgr_do_mount_helper() local
1963 if (!first_mount_errno) first_mount_errno = errno; in fs_mgr_do_mount_helper()
1976 if (first_mount_errno == EBUSY) return FS_MGR_DOMNT_BUSY; in fs_mgr_do_mount_helper()