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.cpp706 auto slash_by_name = blk_device.find("/by-name"); in extract_boot_devices() local
707 if (slash_by_name == std::string::npos) continue; in extract_boot_devices()
708 blk_device.erase(slash_by_name); // erases /by-name/<partition> in extract_boot_devices()