Home
last modified time | relevance | path

Searched refs:get_misc_blk_device (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/am57x/bootctrl/
Dbootloader_message.cpp38 static std::string get_misc_blk_device(std::string* err) { in get_misc_blk_device() function
126 std::string misc_blk_device = get_misc_blk_device(err); in get_bootloader_message_blk_device()
139 std::string misc_blk_device = get_misc_blk_device(err); in read_bootloader_message()
159 std::string misc_blk_device = get_misc_blk_device(err); in write_bootloader_message()
226 std::string misc_blk_device = get_misc_blk_device(err); in read_wipe_package()
236 std::string misc_blk_device = get_misc_blk_device(err); in write_wipe_package()
/hardware/google/pixel/misc_writer/
Dmisc_writer.cpp42 auto misc_blk_device = get_misc_blk_device(err); in WriteMiscPartitionVendorSpace()
Dmisc_writer_test.cpp54 auto misc_blk_device = get_misc_blk_device(&err); in CheckMiscPartitionVendorSpaceContent()