Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_fstab.cpp574 auto slash_by_name = blk_device.find("/by-name"); in ExtraBootDevices() local
575 if (slash_by_name == std::string::npos) continue; in ExtraBootDevices()
576 blk_device.erase(slash_by_name); // erases /by-name/<partition> in ExtraBootDevices()