Home
last modified time | relevance | path

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

/system/vold/
DMetadataCrypt.cpp68 auto mount_rc = fs_mgr_do_mount(&fstab_default, const_cast<char*>(mount_point), in mount_via_fs_mgr() local
75 if (mount_rc != 0) { in mount_via_fs_mgr()
76 LOG(ERROR) << "fs_mgr_do_mount failed with rc " << mount_rc; in mount_via_fs_mgr()
Dcryptfs.cpp1636 int mount_rc; in cryptfs_restart_internal() local
1647 while ((mount_rc = fs_mgr_do_mount(&fstab_default, DATA_MNT_POINT, crypto_blkdev, 0, in cryptfs_restart_internal()
1649 if (mount_rc == FS_MGR_DOMNT_BUSY) { in cryptfs_restart_internal()