Searched defs:misc_blk_device (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/bootloader_message/ |
D | bootloader_message.cpp | 70 static bool read_misc_partition(void* p, size_t size, const std::string& misc_blk_device, in read_misc_partition() 94 static bool write_misc_partition(const void* p, size_t size, const std::string& misc_blk_device, in write_misc_partition() 121 std::string misc_blk_device = get_misc_blk_device(err); in get_bootloader_message_blk_device() local 127 bool read_bootloader_message_from(bootloader_message* boot, const std::string& misc_blk_device, in read_bootloader_message_from() 134 std::string misc_blk_device = get_misc_blk_device(err); in read_bootloader_message() local 141 bool write_bootloader_message_to(const bootloader_message& boot, const std::string& misc_blk_device, in write_bootloader_message_to() 148 std::string misc_blk_device = get_misc_blk_device(err); in write_bootloader_message() local 208 std::string misc_blk_device = get_misc_blk_device(err); in read_wipe_package() local 218 std::string misc_blk_device = get_misc_blk_device(err); in write_wipe_package() local
|