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

  /system/update_engine/scripts/update_payload/
update_metadata_pb2.py 355 name='PartitionUpdate',
356 full_name='chromeos_update_engine.PartitionUpdate',
362 name='partition_name', full_name='chromeos_update_engine.PartitionUpdate.partition_name', index=0,
369 name='run_postinstall', full_name='chromeos_update_engine.PartitionUpdate.run_postinstall', index=1,
376 name='postinstall_path', full_name='chromeos_update_engine.PartitionUpdate.postinstall_path', index=2,
383 name='filesystem_type', full_name='chromeos_update_engine.PartitionUpdate.filesystem_type', index=3,
390 name='new_partition_signature', full_name='chromeos_update_engine.PartitionUpdate.new_partition_signature', index=4,
397 name='old_partition_info', full_name='chromeos_update_engine.PartitionUpdate.old_partition_info', index=5,
404 name='new_partition_info', full_name='chromeos_update_engine.PartitionUpdate.new_partition_info', index=6,
411 name='operations', full_name='chromeos_update_engine.PartitionUpdate.operations', index=7
    [all...]
  /system/update_engine/payload_consumer/
delta_performer.h 342 std::vector<PartitionUpdate> partitions_;
delta_performer.cc 338 const PartitionUpdate& partition = partitions_[current_partition_];
384 void LogPartitionInfo(const vector<PartitionUpdate>& partitions) {
385 for (const PartitionUpdate& partition : partitions) {
788 for (const PartitionUpdate& partition : manifest_.partitions()) {
794 PartitionUpdate root_part;
816 PartitionUpdate kern_part;
    [all...]
delta_performer_unittest.cc 691 PartitionUpdate* partition = manifest.add_partitions();
    [all...]
  /system/update_engine/payload_generator/
payload_file.cc 133 PartitionUpdate* partition = manifest_.add_partitions();

Completed in 117 milliseconds