Home
last modified time | relevance | path

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

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