Home
last modified time | relevance | path

Searched defs:super_device (Results 1 – 18 of 18) sorted by relevance

/system/core/fs_mgr/
Dfs_mgr_dm_linear.cpp57 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()
Dfs_mgr_overlayfs_control.cpp224 const auto super_device = kPhysicalDevice + fs_mgr_get_super_partition_name(); in GetOverlaysActiveFlag() local
236 const auto super_device = kPhysicalDevice + fs_mgr_get_super_partition_name(); in SetOverlaysActiveFlag() local
283 const auto super_device = kPhysicalDevice + fs_mgr_get_super_partition_name(); in fs_mgr_overlayfs_teardown_scratch() local
438 const auto super_device = kPhysicalDevice + fs_mgr_get_super_partition_name(); in CreateDynamicScratch() local
579 const auto super_device = kPhysicalDevice + fs_mgr_get_super_partition_name(); in CanUseSuperPartition() local
780 const auto super_device = kPhysicalDevice + fs_mgr_get_super_partition_name(); in EnsureScratchMapped() local
/system/update_engine/aosp/
Ddynamic_partition_control_android.cc208 const std::string& super_device, in MapPartitionInternal()
248 const std::string& super_device, in MapPartitionOnDeviceMapper()
382 const std::string& super_device, uint32_t slot) { in LoadMetadataBuilder()
396 const std::string& super_device, in LoadMetadataBuilder()
418 const std::string& super_device, in StoreMetadata()
1020 auto super_device = in PrepareSnapshotPartitionsForUpdate() local
1268 std::string super_device = in GetDynamicPartitionDevice() local
1424 auto super_device = device_dir.Append(GetSuperPartitionName(slot)).value(); in ListDynamicPartitionsForSlot() local
1499 auto super_device = GetSuperDevice(); in OpenCowWriter() local
1540 auto super_device = device_dir.Append(GetSuperPartitionName(target_slot_)); in GetSuperDevice() local
Dmetrics_reporter_android.cc100 auto super_device = fs_mgr_get_super_partition_name(); in ReportUpdateAttemptMetrics() local
Dupdate_attempter_android_integration_test.cc63 auto super_device = dynamic_control_->GetSuperDevice(); in AddFakePartitionGroup() local
/system/core/fs_mgr/libsnapshot/
Dscratch_super.cpp103 std::string super_device; in CleanupScratchOtaMetadataIfPresent() local
242 std::string super_device; in CreateDynamicScratch() local
325 const auto super_device = in IsScratchOtaMetadataOnSuper() local
Dsnapshot.cpp1933 auto super_device = device_->GetSuperDevice(slot); in ReadCurrentMetadata() local
2002 auto super_device = device_->GetSuperDevice(target_slot); in GetSnapshotFlashingStatus() local
2512 const std::string& super_device, const std::chrono::milliseconds& timeout_ms) { in CreateLogicalAndSnapshotPartitions()
2522 bool SnapshotManager::MapAllPartitions(LockedFile* lock, const std::string& super_device, in MapAllPartitions()
3013 auto super_device = device_->GetSuperDevice(slot_number); in MapAllSnapshots() local
4045 auto super_device = device_->GetSuperDevice(slot); in UnmapAllPartitionsInRecovery() local
Dpartition_cow_creator_test.cpp89 BlockDeviceInfo super_device("super", kSuperSize, 0, 0, 4_KiB); in TEST_F() local
Dsnapshot_test.cpp286 BlockDeviceInfo super_device("super", kSuperSize, 0, 0, 4096); in FormatFakeSuper() local
/system/extras/partition_tools/
Ddynamic_partitions_device_info.proto69 SuperDevice super_device = 6 [json_name = "super_device"]; field
Dlpdump.cc297 auto super_device = GetMetadataSuperBlockDevice(metadata); in DumpMetadataSize() local
/system/core/fs_mgr/liblp/
Dwriter.cpp106 const LpMetadataBlockDevice* super_device = GetMetadataSuperBlockDevice(metadata); in ValidateAndSerializeMetadata() local
174 const LpMetadataBlockDevice* super_device = GetMetadataSuperBlockDevice(metadata); in ValidateMetadataRegion() local
Dio_test.cpp240 auto super_device = GetMetadataSuperBlockDevice(*imported.get()); in TEST_F() local
412 auto super_device = GetMetadataSuperBlockDevice(*exported.get()); in TEST_F() local
Dreader.cpp349 const LpMetadataBlockDevice* super_device = GetMetadataSuperBlockDevice(*metadata.get()); in ParseMetadata() local
Dbuilder_test.cpp167 auto super_device = GetMetadataSuperBlockDevice(*exported.get()); in TEST_F() local
336 auto super_device = GetMetadataSuperBlockDevice(*exported.get()); in TEST_F() local
Dbuilder.cpp231 auto super_device = GetMetadataSuperBlockDevice(*metadata.get()); in NewForUpdate() local
/system/core/fastboot/device/
Dcommands.cpp473 auto super_device = FindPhysicalPartition(fs_mgr_get_super_partition_name(slot_number_)); in PartitionBuilder() local
/system/core/fastboot/
Dfastboot.cpp2147 auto super_device = GetMetadataSuperBlockDevice(metadata); in wipe_super() local