Home | History | Annotate | Download | only in update_engine

Lines Matching full:misc

80 // Open misc partition for read or write and output the fd in |out_fd|.
86 misc_device = base::FilePath(root_prefix).Append("misc");
89 } else if (!utils::DeviceForMountPoint("/misc", &misc_device)) {
95 PLOG(ERROR) << "Opening misc failed";
102 // The offset and size of the channel field in misc partition.
108 // Read channel from misc partition to |out_channel|, return false if unable to
109 // read misc or no channel is set in misc.
119 PLOG(ERROR) << "Reading update channel from misc failed";
123 LOG(INFO) << "No channel set in misc.";
134 // Write |in_channel| to misc partition, return false if failed to write.
147 PLOG(ERROR) << "Writing update channel to misc failed";