Home
last modified time | relevance | path

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

/system/core/fs_mgr/include/
Dfs_mgr.h67 #define FS_MGR_DOMNT_BUSY (-2) macro
/system/core/fs_mgr/
Dfs_mgr.cpp1797 ret = (errno == EBUSY) ? FS_MGR_DOMNT_BUSY : FS_MGR_DOMNT_FAILED; in fs_mgr_do_mount_one()
1914 if (first_mount_errno == EBUSY) return FS_MGR_DOMNT_BUSY; in fs_mgr_do_mount_helper()
/system/vold/
Dcryptfs.cpp1613 if (mount_rc == FS_MGR_DOMNT_BUSY) { in cryptfs_restart_internal()