Home
last modified time | relevance | path

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

/bootable/recovery/bootloader_message/
Dbootloader_message.cpp41 static std::optional<std::string> g_misc_device_for_test; variable
45 g_misc_device_for_test = misc_device; in SetMiscBlockDeviceForTest()
49 if (g_misc_device_for_test.has_value() && !g_misc_device_for_test->empty()) { in get_misc_blk_device()
50 return *g_misc_device_for_test; in get_misc_blk_device()