Searched refs:PartitionUpdate (Results 1 – 8 of 8) sorted by relevance
38 using PartitionUpdate = chromeos_update_engine::PartitionUpdate; variable74 const PartitionUpdate* partition;75 const PartitionUpdate* operator->() const { return partition; }
39 using PartitionUpdate = chromeos_update_engine::PartitionUpdate; member55 const PartitionUpdate* update = nullptr;
36 using chromeos_update_engine::PartitionUpdate;140 PartitionUpdate* system_ = nullptr;141 PartitionUpdate* vendor_ = nullptr;
148 PartitionUpdate update; in TEST_F()244 PartitionUpdate update; in TEST_F()271 PartitionUpdate update; in TEST_F()
209 void SetSize(PartitionUpdate* partition_update, uint64_t size) { in SetSize()213 uint64_t GetSize(PartitionUpdate* partition_update) { in GetSize()
93 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()
79 using chromeos_update_engine::PartitionUpdate;3376 std::map<std::string, const PartitionUpdate*> partition_map; in CreateUpdateSnapshotsInternal()
41 using chromeos_update_engine::PartitionUpdate;212 void SetSize(PartitionUpdate* partition_update, uint64_t size);215 uint64_t GetSize(PartitionUpdate* partition_update);