Home
last modified time | relevance | path

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

/system/update_engine/
Dboot_control_chromeos.h66 static bool IsRemovableDevice(const std::string& device);
Dboot_control_chromeos.cc100 if (IsRemovableDevice(boot_disk_name_)) { in Init()
266 bool BootControlChromeOS::IsRemovableDevice(const string& device) { in IsRemovableDevice() function in chromeos_update_engine::BootControlChromeOS