Searched refs:slash_by_name (Results 1 – 1 of 1) sorted by relevance
706 auto slash_by_name = blk_device.find("/by-name"); in extract_boot_devices() local707 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()