Home
last modified time | relevance | path

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

/system/update_engine/common/
Ddynamic_partition_control_stub.cc101 bool DynamicPartitionControlStub::MapAllPartitions() { in MapAllPartitions() function in chromeos_update_engine::DynamicPartitionControlStub
Dmock_dynamic_partition_control.h45 MOCK_METHOD(bool, MapAllPartitions, (), (override));
Ddynamic_partition_control_stub.h74 bool MapAllPartitions() override;
Ddynamic_partition_control_interface.h179 virtual bool MapAllPartitions() = 0;
/system/update_engine/aosp/
Dmock_dynamic_partition_control_android.h103 MOCK_METHOD(bool, MapAllPartitions, (), (override));
Ddynamic_partition_control_android.h228 bool MapAllPartitions() override;
Ddynamic_partition_control_android.cc1449 bool DynamicPartitionControlAndroid::MapAllPartitions() { in MapAllPartitions() function in chromeos_update_engine::DynamicPartitionControlAndroid
/system/update_engine/payload_consumer/
Dpostinstall_runner_action.cc83 if (!dynamic_control->MapAllPartitions()) { in PerformAction()
Dfilesystem_verifier_action.cc171 dynamic_control_->MapAllPartitions(); in InitializeFdVABC()
Dfilesystem_verifier_action_unittest.cc599 EXPECT_CALL(dynamic_control, MapAllPartitions()).Times(AtLeast(1)); in DoTestVABC()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h625 bool MapAllPartitions(LockedFile* lock, const std::string& super_device, uint32_t slot,
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1905 return MapAllPartitions(lock.get(), super_device, slot, timeout_ms); in CreateLogicalAndSnapshotPartitions()
1908 bool SnapshotManager::MapAllPartitions(LockedFile* lock, const std::string& super_device, in MapAllPartitions() function in android::snapshot::SnapshotManager