Searched defs:partition (Results 1 - 6 of 6) sorted by relevance

/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action.cc61 // partition hash if not pre-populated.
67 LOG(INFO) << "Using legacy partition names.";
132 // this mode, it means the target partition verification has failed, so we
140 InstallPlan::Partition& partition = local
148 partition.name, install_plan_.source_slot, &part_path);
149 remaining_size_ = partition.source_size;
153 partition.name, install_plan_.target_slot, &part_path);
154 remaining_size_ = partition.target_size;
157 LOG(INFO) << "Hashing partition " << partition_index_ << " ("
158 << partition
246 InstallPlan::Partition& partition = local
[all...]
H A Dpostinstall_runner_action.cc66 // Initialize all the partition weights.
91 VLOG(1) << "Skipping post-install on partition "
98 const InstallPlan::Partition& partition = local
102 utils::MakePartitionNameForMount(partition.target_path);
104 LOG(ERROR) << "Cannot make mountable device from " << partition.target_path;
108 // Perform post-install for the current_partition_ partition. At this point we
118 base::FilePath postinstall_path(partition.postinstall_path);
122 << partition.postinstall_path;
131 << partition.postinstall_path;
150 partition
[all...]
H A Ddelta_performer_unittest.cc149 // When generating a delta payload we need to include the old partition
160 // We include a kernel partition without operations.
178 // Apply |payload_data| on partition specified in |source_path|.
189 // file and writing the contents to a new partition. The existing data in the
203 // We installed the operations only in the rootfs partition, but the
614 PartitionUpdate* partition = manifest.add_partitions(); local
615 partition->mutable_old_partition_info();
616 partition->mutable_new_partition_info();
H A Ddelta_performer.cc274 PLOG(ERROR) << "Error closing source partition";
283 PLOG(ERROR) << "Error closing target partition";
296 const PartitionUpdate& partition = partitions_[current_partition_]; local
304 LOG(ERROR) << "Unable to open source partition "
305 << partition.partition_name() << " on slot "
316 LOG(ERROR) << "Unable to open target partition "
317 << partition.partition_name() << " on slot "
334 for (const PartitionUpdate& partition : partitions) {
335 LogPartitionInfoHash(partition.old_partition_info(),
336 "old " + partition
[all...]
/system/update_engine/payload_generator/
H A Dpayload_file.cc127 // Copy the operations and partition info from the part_vec_ to the manifest.
133 PartitionUpdate* partition = manifest_.add_partitions(); local
134 partition->set_partition_name(part.name);
136 partition->set_run_postinstall(true);
138 partition->set_postinstall_path(part.postinstall.path);
140 partition->set_filesystem_type(part.postinstall.filesystem_type);
143 *partition->add_operations() = aop.op;
146 *(partition->mutable_old_partition_info()) = part.old_info;
148 *(partition->mutable_new_partition_info()) = part.new_info;
/system/core/fastboot/
H A Dfastboot.cpp133 fprintf(stderr,"unknown partition '%s'\n", item);
319 " flash <partition> [ <filename> ] Write a file to a flash partition.\n"
322 " any partition except\n"
335 " erase <partition> Erase a flash partition.\n"
336 " format[:[<fs type>][:[<size>]] <partition>\n"
337 " Format a flash partition. Can\n"
355 " if supported by partition type).\n"
356 " -u Do not erase partition befor
776 needs_erase(Transport* transport, const char* partition) argument
1158 fb_perform_format(Transport* transport, const char* partition, int skip_if_not_supported, const char* type_override, const char* size_override, const std::string& initial_dir) argument
[all...]

Completed in 226 milliseconds