Searched refs:removable (Results 1 - 1 of 1) sorted by last modified time

/system/update_engine/
H A Dboot_control_chromeos.cc97 // All installed Chrome OS devices have two slots. We don't update removable
101 << "Booted from a removable device, pretending we have only one slot.";
267 string removable; local
269 !base::ReadFileToString(base::FilePath(sysfs_block).Append("removable"),
270 &removable)) {
273 base::TrimWhitespaceASCII(removable, base::TRIM_ALL, &removable);
274 return removable == "1";

Completed in 48 milliseconds