HomeSort by relevance Sort by last modified time
    Searched refs:SetBlockDeviceReadOnly (Results 1 - 4 of 4) sorted by null

  /system/update_engine/common/
utils.h 182 bool SetBlockDeviceReadOnly(const std::string& device, bool read_only);
utils.cc 633 bool SetBlockDeviceReadOnly(const string& device, bool read_only) {
    [all...]
  /system/update_engine/payload_consumer/
postinstall_runner_action.cc 156 if (!utils::SetBlockDeviceReadOnly(mountable_device, true)) {
delta_performer.cc 121 utils::SetBlockDeviceReadOnly(path, read_only);
    [all...]

Completed in 91 milliseconds