Home
last modified time | relevance | path

Searched defs:misc_device (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/boot/1.1/default/boot_control/include/libboot_control/
H A Dlibboot_control.h47 const std::string& misc_device() const { in misc_device() function
/aosp12/hardware/ti/am57x/bootctrl/
H A Dboot_control.cc36 const char* misc_device; member
58 static bool LoadBootloaderControl(const char* misc_device, in LoadBootloaderControl()
69 static bool SaveBootloaderControl(const char* misc_device, in SaveBootloaderControl()
/aosp12/hardware/interfaces/boot/1.1/default/boot_control/
H A Dlibboot_control.cpp80 bool LoadBootloaderControl(const std::string& misc_device, bootloader_control* buffer) { in LoadBootloaderControl()
97 bool UpdateAndSaveBootloaderControl(const std::string& misc_device, bootloader_control* buffer) { in UpdateAndSaveBootloaderControl()
/aosp12/bootable/recovery/bootloader_message/
H A Dbootloader_message.cpp44 void SetMiscBlockDeviceForTest(std::string_view misc_device) { in SetMiscBlockDeviceForTest()
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dcow_snapuserd_test.cpp196 auto misc_device = "/dev/dm-user/" + system_device_ctrl_name_; in Shutdown() local
673 auto misc_device = "/dev/dm-user/" + system_device_ctrl_name_; in CreateDmUserDevice() local
/aosp12/system/update_engine/aosp/
H A Ddynamic_partition_control_android.cc412 std::string err, misc_device = get_bootloader_message_blk_device(&err); in GetDeviceDir() local