Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/efi/src/
Dops.rs1205 const BASE: &CStr = c"key1=value1 key2=value2"; in test_fixup_os_commandline_success() constant
1226 const BASE: &CStr = c"key1=value1 key2=value2"; in test_fixup_os_commandline_success_empty_result() constant
1247 const BASE: &CStr = c"key1=value1 key2=value2"; in test_fixup_os_commandline_wrong_fixup() constant
1268 const BASE: &CStr = c"key1=value1 key2=value2"; in test_fixup_os_commandline_protocol_error() constant
1288 const BASE: &CStr = c"key1=value1 key2=value2"; in test_fixup_os_commandline_protocol_not_found() constant
1308 const BASE: &CStr = c"key1=value1 key2=value2"; in test_fixup_os_commandline_protocol_lookup_failed() constant
1367 const BASE: &[u8] = b"key1=value1\nkey2=value2"; in test_fixup_bootconfig_success() constant
1388 const BASE: &[u8] = b"key1=value1\nkey2=value2"; in test_fixup_bootconfig_protocol_error() constant
1409 const BASE: &[u8] = b"key1=value1\nkey2=value2"; in test_fixup_bootconfig_protocol_not_found() constant
1430 const BASE: &[u8] = b"key1=value1\nkey2=value2"; in test_fixup_bootconfig_protocol_lookup_failed() constant