Home
last modified time | relevance | path

Searched refs:other_slot (Results 1 – 2 of 2) sorted by relevance

/system/core/fastboot/device/
Dutility.cpp177 uint32_t other_slot = (current_slot == 0) ? 1 : 0; in ListPartitions() local
178 std::string other_super = fs_mgr_get_super_partition_name(other_slot); in ListPartitions()
180 if (auto metadata = ReadMetadata(other_super, other_slot)) { in ListPartitions()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp683 auto other_slot = test_device->GetMetadataDir() + "/snapshots/test_partition_a"; in TEST_F() local
688 fd.reset(open(other_slot.c_str(), O_RDWR | O_CLOEXEC | O_CREAT, 0644)); in TEST_F()