Searched refs:pair (Results 1 – 11 of 11) sorted by relevance
/bootable/recovery/tests/unit/host/ |
D | update_simulator_test.cpp | 56 for (const auto& pair : entries) { in AddZipEntries() local 57 ASSERT_EQ(0, writer.StartEntry(pair.first.c_str(), 0)); in AddZipEntries() 58 ASSERT_EQ(0, writer.WriteBytes(pair.second.data(), pair.second.size())); in AddZipEntries()
|
/bootable/recovery/edify/include/edify/ |
D | updater_runtime_interface.h | 52 virtual std::pair<bool, int> Unmount(const std::string_view mount_point) = 0;
|
/bootable/recovery/updater/include/updater/ |
D | updater_runtime.h | 46 std::pair<bool, int> Unmount(const std::string_view mount_point) override;
|
D | simulator_runtime.h | 43 std::pair<bool, int> Unmount(const std::string_view mount_point) override;
|
/bootable/recovery/fastboot/ |
D | fastboot.cpp | 32 static const std::vector<std::pair<std::string, Device::BuiltinAction>> kFastbootMenuActions{
|
/bootable/recovery/recovery_ui/ |
D | device.cpp | 29 static std::vector<std::pair<std::string, Device::BuiltinAction>> g_menu_actions{
|
/bootable/recovery/otautil/include/otautil/ |
D | rangeset.h | 26 using Range = std::pair<size_t, size_t>;
|
/bootable/recovery/updater/ |
D | simulator_runtime.cpp | 60 std::pair<bool, int> SimulatorRuntime::Unmount(const std::string_view mount_point) { in Unmount()
|
D | updater_runtime.cpp | 130 std::pair<bool, int> UpdaterRuntime::Unmount(const std::string_view mount_point) { in Unmount()
|
/bootable/recovery/install/ |
D | adb_install.cpp | 55 using CommandFunction = std::function<std::pair<bool, bool>()>;
|
/bootable/recovery/applypatch/ |
D | imgdiff.cpp | 685 std::vector<std::pair<std::string, ZipEntry>> temp_entries; in InitializeChunks()
|