Home
last modified time | relevance | path

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

/system/update_engine/
Dboot_control_chromeos.cc268 string removable; in IsRemovableDevice() local
271 &removable)) { in IsRemovableDevice()
274 base::TrimWhitespaceASCII(removable, base::TRIM_ALL, &removable); in IsRemovableDevice()
275 return removable == "1"; in IsRemovableDevice()