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

/system/vold/
H A DMetadataCrypt.cpp61 auto mount_rc = fs_mgr_do_mount(fstab_default, const_cast<char*>(mount_point), local
67 if (mount_rc != 0) {
68 LOG(ERROR) << "fs_mgr_do_mount failed with rc " << mount_rc;
H A Dcryptfs.cpp1610 int mount_rc; local
1620 while ((mount_rc = fs_mgr_do_mount(fstab_default, DATA_MNT_POINT,
1623 if (mount_rc == FS_MGR_DOMNT_BUSY) {

Completed in 355 milliseconds