Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_metadata_updater.h38 using PartitionUpdate = chromeos_update_engine::PartitionUpdate; variable
74 const PartitionUpdate* partition;
75 const PartitionUpdate* operator->() const { return partition; }
H A Dpartition_cow_creator.h39 using PartitionUpdate = chromeos_update_engine::PartitionUpdate; member
55 const PartitionUpdate* update = nullptr;
H A Dsnapshot_metadata_updater_test.cpp36 using chromeos_update_engine::PartitionUpdate;
140 PartitionUpdate* system_ = nullptr;
141 PartitionUpdate* vendor_ = nullptr;
H A Dpartition_cow_creator_test.cpp148 PartitionUpdate update; in TEST_F()
244 PartitionUpdate update; in TEST_F()
271 PartitionUpdate update; in TEST_F()
H A Dtest_helpers.cpp209 void SetSize(PartitionUpdate* partition_update, uint64_t size) { in SetSize()
213 uint64_t GetSize(PartitionUpdate* partition_update) { in GetSize()
H A Dsnapshot_test.cpp93 using chromeos_update_engine::PartitionUpdate;
1144 AssertionResult WriteSnapshotAndHash(PartitionUpdate* partition) { in WriteSnapshotAndHash()
1260 void AddOperation(PartitionUpdate* partition_update, uint64_t size_bytes = 0) { in AddOperation()
1269 void AddOperationForPartitions(std::vector<PartitionUpdate*> partitions = {}) { in AddOperationForPartitions()
1283 PartitionUpdate* sys_ = nullptr;
1284 PartitionUpdate* vnd_ = nullptr;
1285 PartitionUpdate* prd_ = nullptr;
1386 std::vector<PartitionUpdate*> partitions = {sys_, vnd_, prd_}; in TEST_F()
H A Dsnapshot.cpp79 using chromeos_update_engine::PartitionUpdate;
3376 std::map<std::string, const PartitionUpdate*> partition_map; in CreateUpdateSnapshotsInternal()
/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h41 using chromeos_update_engine::PartitionUpdate;
212 void SetSize(PartitionUpdate* partition_update, uint64_t size);
215 uint64_t GetSize(PartitionUpdate* partition_update);