Searched defs:misc_blk_device (Results 1 – 1 of 1) sorted by relevance
| /bootable/recovery/bootloader_message/ |
| D | bootloader_message.cpp | 92 static bool read_misc_partition(void* p, size_t size, const std::string& misc_blk_device, in read_misc_partition() 116 bool write_misc_partition(const void* p, size_t size, const std::string& misc_blk_device, in write_misc_partition() 143 std::string misc_blk_device = get_misc_blk_device(err); in get_bootloader_message_blk_device() local 149 bool read_bootloader_message_from(bootloader_message* boot, const std::string& misc_blk_device, in read_bootloader_message_from() 156 std::string misc_blk_device = get_misc_blk_device(err); in read_bootloader_message() local 163 bool write_bootloader_message_to(const bootloader_message& boot, const std::string& misc_blk_device, in write_bootloader_message_to() 170 std::string misc_blk_device = get_misc_blk_device(err); in write_bootloader_message() local 191 const std::string& misc_blk_device, std::string* err) { in write_bootloader_message_to() 244 std::string misc_blk_device = get_misc_blk_device(err); in read_wipe_package() local 254 std::string misc_blk_device = get_misc_blk_device(err); in write_wipe_package() local [all …]
|