Searched defs:misc_blk_device (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/bootloader_message/ |
D | bootloader_message.cpp | 90 static bool read_misc_partition(void* p, size_t size, const std::string& misc_blk_device, in read_misc_partition() 114 bool write_misc_partition(const void* p, size_t size, const std::string& misc_blk_device, in write_misc_partition() 141 std::string misc_blk_device = get_misc_blk_device(err); in get_bootloader_message_blk_device() local 147 bool read_bootloader_message_from(bootloader_message* boot, const std::string& misc_blk_device, in read_bootloader_message_from() 154 std::string misc_blk_device = get_misc_blk_device(err); in read_bootloader_message() local 161 bool write_bootloader_message_to(const bootloader_message& boot, const std::string& misc_blk_device, in write_bootloader_message_to() 168 std::string misc_blk_device = get_misc_blk_device(err); in write_bootloader_message() local 188 const std::string& misc_blk_device, std::string* err) { in write_bootloader_message_to() 239 std::string misc_blk_device = get_misc_blk_device(err); in read_wipe_package() local 249 std::string misc_blk_device = get_misc_blk_device(err); in write_wipe_package() local [all …]
|