Home
last modified time | relevance | path

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

/DragonBoot/src/
H A Dlib.rs49 let x = CStr16::from_str_with_buf("DragonBoot Starting...\n", &mut buf).unwrap(); in rs_efi_main() localVariable
55 let x = String::from("AAAAAAAHello, world!\n"); in rs_efi_main() localVariable
90 pub fn x() {} in x() function