Home
last modified time | relevance | path

Searched refs:MapAllPartitions (Results 1 – 13 of 13) sorted by relevance

/system/update_engine/common/
Dmock_dynamic_partition_control.h53 MOCK_METHOD(bool, MapAllPartitions, (), (override));
Ddynamic_partition_control_stub.h77 bool MapAllPartitions() override;
Ddynamic_partition_control_stub.cc111 bool DynamicPartitionControlStub::MapAllPartitions() { in MapAllPartitions() function in chromeos_update_engine::DynamicPartitionControlStub
Ddynamic_partition_control_interface.h184 virtual bool MapAllPartitions() = 0;
/system/update_engine/aosp/
Dmock_dynamic_partition_control_android.h111 MOCK_METHOD(bool, MapAllPartitions, (), (override));
Ddynamic_partition_control_android.h114 bool MapAllPartitions() override;
Dupdate_attempter_android_integration_test.cc323 dynamic_control_->MapAllPartitions(); in DumpTargetPartitionDiff()
Ddynamic_partition_control_android.cc1482 bool DynamicPartitionControlAndroid::MapAllPartitions() { in MapAllPartitions() function in chromeos_update_engine::DynamicPartitionControlAndroid
/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.cc124 dynamic_control_->MapAllPartitions(); in PerformAction()
201 dynamic_control_->MapAllPartitions(); in InitializeFdVABC()
Dpostinstall_runner_action.cc118 if (!dynamic_control->MapAllPartitions()) { in PerformAction()
Dfilesystem_verifier_action_unittest.cc600 EXPECT_CALL(dynamic_control, MapAllPartitions()).Times(AtLeast(1)); in DoTestVABC()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h672 bool MapAllPartitions(LockedFile* lock, const std::string& super_device, uint32_t slot,
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp2258 return MapAllPartitions(lock.get(), super_device, slot, timeout_ms); in CreateLogicalAndSnapshotPartitions()
2261 bool SnapshotManager::MapAllPartitions(LockedFile* lock, const std::string& super_device, in MapAllPartitions() function in android::snapshot::SnapshotManager