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

/system/core/fs_mgr/
H A Dfs_mgr.c656 int first_mount_errno = 0; local
705 if (!first_mount_errno) first_mount_errno = errno;
715 n_blk_device, m, strerror(first_mount_errno));
716 if (first_mount_errno == EBUSY) {

Completed in 41 milliseconds