/system/core/fs_mgr/ |
D | fs_mgr_dm_linear.cpp | 57 const std::string& super_device, std::string* result) { in GetPhysicalPartitionDevicePath() 93 const auto& super_device = params.block_device; in CreateDmTableInternal() local 154 bool CreateLogicalPartitions(const LpMetadata& metadata, const std::string& super_device) { in CreateLogicalPartitions()
|
D | fs_mgr_overlayfs.cpp | 489 auto super_device = fs_mgr_overlayfs_super_device(slot_number); in fs_mgr_overlayfs_teardown_scratch() local 856 auto super_device = fs_mgr_overlayfs_super_device(slot_number); in GetPhysicalScratchDevice() local 947 auto super_device = fs_mgr_overlayfs_super_device(slot_number); in CreateDynamicScratch() local 1086 auto super_device = fs_mgr_overlayfs_super_device(slot_number); in CanUseSuperPartition() local 1329 auto super_device = fs_mgr_overlayfs_super_device(metadata_slot); in EnsureScratchMapped() local
|
/system/update_engine/ |
D | dynamic_partition_control_android.cc | 142 const std::string& super_device, in MapPartitionInternal() 181 const std::string& super_device, in MapPartitionOnDeviceMapper() 290 const std::string& super_device, uint32_t source_slot) { in LoadMetadataBuilder() 297 const std::string& super_device, in LoadMetadataBuilder() 326 const std::string& super_device, in StoreMetadata() 928 std::string super_device = in GetDynamicPartitionDevice() local
|
D | metrics_reporter_android.cc | 80 auto super_device = fs_mgr_get_super_partition_name(); in ReportUpdateAttemptMetrics() local
|
/system/core/fs_mgr/liblp/ |
D | writer.cpp | 106 const LpMetadataBlockDevice* super_device = GetMetadataSuperBlockDevice(metadata); in ValidateAndSerializeMetadata() local 174 const LpMetadataBlockDevice* super_device = GetMetadataSuperBlockDevice(metadata); in ValidateMetadataRegion() local
|
D | io_test.cpp | 236 auto super_device = GetMetadataSuperBlockDevice(*imported.get()); in TEST_F() local 408 auto super_device = GetMetadataSuperBlockDevice(*exported.get()); in TEST_F() local
|
D | reader.cpp | 349 const LpMetadataBlockDevice* super_device = GetMetadataSuperBlockDevice(*metadata.get()); in ParseMetadata() local
|
D | builder_test.cpp | 165 auto super_device = GetMetadataSuperBlockDevice(*exported.get()); in TEST_F() local 333 auto super_device = GetMetadataSuperBlockDevice(*exported.get()); in TEST_F() local
|
D | builder.cpp | 199 auto super_device = GetMetadataSuperBlockDevice(*metadata.get()); in NewForUpdate() local
|
/system/core/fs_mgr/libsnapshot/ |
D | partition_cow_creator_test.cpp | 88 BlockDeviceInfo super_device("super", kSuperSize, 0, 0, 4_KiB); in TEST_F() local
|
D | snapshot.cpp | 1239 auto super_device = device_->GetSuperDevice(slot); in ReadCurrentMetadata() local 1308 auto super_device = device_->GetSuperDevice(target_slot); in GetSnapshotFlashingStatus() local 1539 const std::string& super_device, const std::chrono::milliseconds& timeout_ms) { in CreateLogicalAndSnapshotPartitions() 2442 auto super_device = device_->GetSuperDevice(slot); in UnmapAllPartitions() local
|
D | snapshot_test.cpp | 160 BlockDeviceInfo super_device("super", kSuperSize, 0, 0, 4096); in FormatFakeSuper() local
|
/system/extras/partition_tools/ |
D | lpdump.cc | 273 auto super_device = GetMetadataSuperBlockDevice(metadata); in DumpMetadataSize() local
|
/system/core/fastboot/device/ |
D | commands.cpp | 442 auto super_device = FindPhysicalPartition(fs_mgr_get_super_partition_name(slot_number_)); in PartitionBuilder() local
|
/system/core/fastboot/ |
D | fastboot.cpp | 1688 auto super_device = GetMetadataSuperBlockDevice(metadata); in wipe_super() local
|