Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/ti/am57x/bootctrl/
Dbootloader_message.cpp75 static bool read_misc_partition(void* p, size_t size, const std::string& misc_blk_device, in read_misc_partition()
99 static bool write_misc_partition(const void* p, size_t size, const std::string& misc_blk_device, in write_misc_partition()
126 std::string misc_blk_device = get_misc_blk_device(err); in get_bootloader_message_blk_device() local
132 bool read_bootloader_message_from(bootloader_message* boot, const std::string& misc_blk_device, in read_bootloader_message_from()
139 std::string misc_blk_device = get_misc_blk_device(err); in read_bootloader_message() local
146 bool read_bootloader_control_from(bootloader_control* boot_ctrl, const std::string& misc_blk_device, in read_bootloader_control_from()
152 bool write_bootloader_message_to(const bootloader_message& boot, const std::string& misc_blk_device, in write_bootloader_message_to()
159 std::string misc_blk_device = get_misc_blk_device(err); in write_bootloader_message() local
166 …rite_bootloader_control_to(const bootloader_control* boot_ctrl, const std::string& misc_blk_device, in write_bootloader_control_to()
226 std::string misc_blk_device = get_misc_blk_device(err); in read_wipe_package() local
[all …]
/aosp_15_r20/device/amlogic/yukawa/hal/bootctrl/
Dbootloader_message.cpp75 static bool read_misc_partition(void* p, size_t size, const std::string& misc_blk_device, in read_misc_partition()
99 static bool write_misc_partition(const void* p, size_t size, const std::string& misc_blk_device, in write_misc_partition()
126 std::string misc_blk_device = get_misc_blk_device(err); in get_bootloader_message_blk_device() local
132 bool read_bootloader_message_from(bootloader_message* boot, const std::string& misc_blk_device, in read_bootloader_message_from()
139 std::string misc_blk_device = get_misc_blk_device(err); in read_bootloader_message() local
146 bool read_bootloader_control_from(bootloader_control* boot_ctrl, const std::string& misc_blk_device, in read_bootloader_control_from()
152 bool write_bootloader_message_to(const bootloader_message& boot, const std::string& misc_blk_device, in write_bootloader_message_to()
159 std::string misc_blk_device = get_misc_blk_device(err); in write_bootloader_message() local
166 …rite_bootloader_control_to(const bootloader_control* boot_ctrl, const std::string& misc_blk_device, in write_bootloader_control_to()
226 std::string misc_blk_device = get_misc_blk_device(err); in read_wipe_package() local
[all …]
/aosp_15_r20/bootable/recovery/bootloader_message/
H A Dbootloader_message.cpp92 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 …]
/aosp_15_r20/hardware/google/pixel/misc_writer/
Dmisc_writer.cpp43 auto misc_blk_device = get_misc_blk_device(err); in WriteMiscPartitionVendorSpace() local
Dmisc_writer_test.cpp55 auto misc_blk_device = get_misc_blk_device(&err); in CheckMiscPartitionVendorSpaceContent() local