Searched refs:args_to_utf16_command_string (Results 1 – 1 of 1) sorted by relevance
346 let cmd_utf16: Vec<u16> = args_to_utf16_command_string(config.args.iter()); in create_ecx()500 fn args_to_utf16_command_string<I, T>(mut args: I) -> Vec<u16> in args_to_utf16_command_string() function581 args_to_utf16_command_string(["\""].iter()); in windows_argv0_panic_on_quote()586 let cmd = String::from_utf16_lossy(&args_to_utf16_command_string( in windows_argv0_no_escape()