Home
last modified time | relevance | path

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

/system/core/fs_mgr/include/
Dfs_mgr.h112 android::fs_mgr::Fstab* fstab, const std::string& data_block_device);
/system/core/fs_mgr/
Dfs_mgr.cpp1605 static bool fs_mgr_unmount_all_data_mounts(const std::string& data_block_device) { in fs_mgr_unmount_all_data_mounts() argument
1606 LINFO << __FUNCTION__ << "(): about to umount everything on top of " << data_block_device; in fs_mgr_unmount_all_data_mounts()
1624 if (data_block_device == block_device) { in fs_mgr_unmount_all_data_mounts()
1637 << data_block_device; in fs_mgr_unmount_all_data_mounts()
1677 const std::string& data_block_device) { in fs_mgr_get_mounted_entry_for_userdata() argument
1679 if (!UnwindDmDeviceStack(data_block_device, &dm_stack)) { in fs_mgr_get_mounted_entry_for_userdata()
1680 LERROR << "Failed to unwind dm-device stack for " << data_block_device; in fs_mgr_get_mounted_entry_for_userdata()
1702 LERROR << "Didn't find entry that was used to mount /data onto " << data_block_device; in fs_mgr_get_mounted_entry_for_userdata()