Home
last modified time | relevance | path

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

/bootable/recovery/bootloader_message/
Dbootloader_message.cpp85 static bool read_misc_partition(void* p, size_t size, const std::string& misc_blk_device, in read_misc_partition()
109 static bool write_misc_partition(const void* p, size_t size, const std::string& misc_blk_device, in write_misc_partition()
136 std::string misc_blk_device = get_misc_blk_device(err); in get_bootloader_message_blk_device() local
142 bool read_bootloader_message_from(bootloader_message* boot, const std::string& misc_blk_device, in read_bootloader_message_from()
149 std::string misc_blk_device = get_misc_blk_device(err); in read_bootloader_message() local
156 bool write_bootloader_message_to(const bootloader_message& boot, const std::string& misc_blk_device, in write_bootloader_message_to()
163 std::string misc_blk_device = get_misc_blk_device(err); in write_bootloader_message() local
224 std::string misc_blk_device = get_misc_blk_device(err); in read_wipe_package() local
234 std::string misc_blk_device = get_misc_blk_device(err); in write_wipe_package() local
252 auto misc_blk_device = get_misc_blk_device(err); in ReadMiscPartitionVendorSpace() local
[all …]