Home
last modified time | relevance | path

Searched defs:slot_suffix (Results 1 – 19 of 19) sorted by relevance

/aosp12/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h76 TestDeviceInfo(const std::string& fake_super, const std::string& slot_suffix) in TestDeviceInfo()
124 SnapshotTestPropertyFetcher(const std::string& slot_suffix) { in SnapshotTestPropertyFetcher()
139 static void Reset(const std::string& slot_suffix) { in Reset()
/aosp12/hardware/interfaces/boot/1.1/default/boot_control/include/private/
H A Dboot_control_definition.h40 char slot_suffix[32]; member
84 char slot_suffix[4]; member
/aosp12/system/core/fastboot/device/
H A Dutility.cpp54 std::string slot_suffix = GetSuperSlotSuffix(device, partition_name); in OpenLogicalPartition() local
127 std::string slot_suffix = GetSuperSlotSuffix(device, name); in LogicalPartitionExists() local
236 std::string slot_suffix = GetPartitionSlotSuffix(partition_name); in GetSuperSlotSuffix() local
H A Dflashing.cpp190 std::string slot_suffix = device->GetCurrentSlot(); in UpdateSuper() local
H A Dvariables.cpp289 std::string slot_suffix = device->GetCurrentSlot(); in GetHasSlot() local
414 std::string slot_suffix = device->GetCurrentSlot(); in GetAllPartitionArgsNoSlot() local
H A Dcommands.cpp441 std::string slot_suffix = GetSuperSlotSuffix(device, partition_name); in PartitionBuilder() local
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_slotselect.cpp30 static std::string other_suffix(const std::string& slot_suffix) { in other_suffix()
/aosp12/hardware/ti/am57x/bootctrl/
H A Dbootloader_message.h112 char slot_suffix[32]; member
156 char slot_suffix[4]; member
/aosp12/system/core/fs_mgr/liblp/
H A Ddevice_test.cpp57 auto slot_suffix = fs_mgr_get_slot_suffix(); in TEST_F() local
H A Dutility.cpp234 std::string slot_suffix = GetPartitionSlotSuffix(group_name); in UpdateMetadataForInPlaceSnapshot() local
252 std::string slot_suffix = GetPartitionSlotSuffix(partition_name); in UpdateMetadataForInPlaceSnapshot() local
H A Dwriter.cpp259 std::string slot_suffix = GetPartitionSlotSuffix(super_partition); in FlashPartitionTable() local
332 std::string slot_suffix = SlotSuffixForSlotNumber(slot_number); in UpdatePartitionTable() local
H A Dreader.cpp399 std::string slot_suffix = SlotSuffixForSlotNumber(slot_number); in AdjustMetadataForSlot() local
H A Dbuilder.cpp277 std::string slot_suffix = GetPartitionSlotSuffix(partition_name); in UpdateMetadataForOtherSuper() local
/aosp12/system/extras/partition_tools/
H A Dlpdump.cc142 std::string slot_suffix = GetSlotSuffix(); in MergeMetadata() local
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp575 auto slot_suffix = device_->GetSlotSuffix(); in MapSourceDevice() local
2354 auto slot_suffix = device_->GetOtherSlotSuffix(); in MapAllSnapshots() local
3594 auto slot_suffix = device_->GetOtherSlotSuffix(); in RecoveryCreateSnapshotDevices() local
H A Dsnapshot_test.cpp400 const std::string& slot_suffix = "_a") { in NewManagerForFirstStageMount()
2294 AssertionResult InitiateMerge(const std::string& slot_suffix) { in InitiateMerge()
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp213 std::string slot_suffix = "_" + current_slot; in TEST_F() local
251 std::string slot_suffix = "_" + current_slot; in TEST_F() local
/aosp12/frameworks/base/core/proto/android/os/
H A Dsystem_properties.proto263 optional string slot_suffix = 15; field
/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.cpp2201 const std::string slot_suffix = GetProperty("ro.boot.slot_suffix", ""); in move_ab() local