Home
last modified time | relevance | path

Searched refs:PartitionUpdate (Results 1 – 23 of 23) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dsnapshot_metadata_updater.h38 using PartitionUpdate = chromeos_update_engine::PartitionUpdate; variable
74 const PartitionUpdate* partition;
75 const PartitionUpdate* operator->() const { return partition; }
Dsnapshot_metadata_updater_test.cpp36 using chromeos_update_engine::PartitionUpdate;
137 PartitionUpdate* system_ = nullptr;
138 PartitionUpdate* vendor_ = nullptr;
Dtest_helpers.cpp174 void SetSize(PartitionUpdate* partition_update, uint64_t size) { in SetSize()
178 uint64_t GetSize(PartitionUpdate* partition_update) { in GetSize()
Dsnapshot_test.cpp71 using chromeos_update_engine::PartitionUpdate;
947 void AddOperation(PartitionUpdate* partition_update, uint64_t size_bytes = 0) { in AddOperation()
956 void AddOperationForPartitions(std::vector<PartitionUpdate*> partitions = {}) { in AddOperationForPartitions()
970 PartitionUpdate* sys_ = nullptr;
971 PartitionUpdate* vnd_ = nullptr;
972 PartitionUpdate* prd_ = nullptr;
/system/update_engine/payload_consumer/
Dpartition_update_generator_android.h43 std::vector<PartitionUpdate>* update_list) override;
55 std::optional<PartitionUpdate> CreatePartitionUpdate(
61 std::optional<PartitionUpdate> CreatePartitionUpdate(
Dpartition_update_generator_interface.h28 class PartitionUpdate; variable
45 std::vector<PartitionUpdate>* update_list) = 0;
Dpartition_update_generator_android.cc52 std::vector<PartitionUpdate>* update_list) { in GenerateOperationsForPartitionsNotInPayload()
59 std::vector<PartitionUpdate> partition_updates; in GenerateOperationsForPartitionsNotInPayload()
125 std::optional<PartitionUpdate>
173 std::optional<PartitionUpdate>
179 PartitionUpdate partition_update; in CreatePartitionUpdate()
Dpartition_update_generator_stub.h35 std::vector<PartitionUpdate>* update_list) override;
Dpartition_update_generator_stub.cc27 std::vector<PartitionUpdate>* update_list) { in GenerateOperationsForPartitionsNotInPayload()
Dpartition_update_generator_android_unittest.cc73 const PartitionUpdate& partition_update) { in CheckPartitionUpdate()
153 std::vector<PartitionUpdate> update_list; in TEST_F()
Ddelta_performer.cc316 const PartitionUpdate& partition = partitions_[current_partition_]; in OpenCurrentPartition()
385 const PartitionUpdate& partition = partitions_[current_partition_]; in OpenCurrentECCPartition()
417 void LogPartitionInfo(const vector<PartitionUpdate>& partitions) { in LogPartitionInfo()
418 for (const PartitionUpdate& partition : partitions) { in LogPartitionInfo()
781 for (const PartitionUpdate& partition : manifest_.partitions()) { in ParseManifestPartitions()
812 std::vector<PartitionUpdate> untouched_static_partitions; in ParseManifestPartitions()
1115 const PartitionUpdate& partition = partitions_[current_partition_]; in PerformSourceCopyOperation()
1577 [](const PartitionUpdate& partition) { in ValidateManifest()
Ddelta_performer.h381 std::vector<PartitionUpdate> partitions_;
Ddelta_performer_integration_test.cc678 [](const PartitionUpdate& partition) { in ApplyDeltaFile()
695 [](const PartitionUpdate& partition) { in ApplyDeltaFile()
Ddelta_performer_unittest.cc862 PartitionUpdate* partition = manifest.add_partitions(); in TEST_F()
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h41 using chromeos_update_engine::PartitionUpdate;
155 void SetSize(PartitionUpdate* partition_update, uint64_t size);
158 uint64_t GetSize(PartitionUpdate* partition_update);
/system/core/fs_mgr/libsnapshot/update_engine/
Dupdate_metadata.proto59 message PartitionUpdate { message
78 repeated PartitionUpdate partitions = 13;
/system/update_engine/payload_generator/
Dpayload_properties.cc125 [](const PartitionUpdate& part) { in LoadFromPayload()
Dpayload_file.cc133 PartitionUpdate* partition = manifest_.add_partitions(); in WritePayload()
/system/update_engine/
Ddynamic_partition_test_utils.h93 inline std::ostream& operator<<(std::ostream& os, const PartitionUpdate& p) {
Dupdate_metadata.proto229 message PartitionUpdate { message
260 // The list of operations to be performed to apply this PartitionUpdate. The
362 repeated PartitionUpdate partitions = 13;
Dupdate_attempter_android.cc484 for (const PartitionUpdate& partition : manifest.partitions()) { in VerifyPayloadApplicable()
/system/update_engine/update_engine/
Dupdate_metadata.proto229 message PartitionUpdate { message
260 // The list of operations to be performed to apply this PartitionUpdate. The
362 repeated PartitionUpdate partitions = 13;
/system/update_engine/scripts/update_payload/
Dupdate_metadata_pb2.py825 PartitionUpdate = _reflection.GeneratedProtocolMessageType('PartitionUpdate', (_message.Message,), { variable
830 _sym_db.RegisterMessage(PartitionUpdate)