Searched refs:command_opt (Results 1 – 7 of 7) sorted by relevance
569 let command_opt = command.output(); in new() 570 if command_opt.is_err() { in new() 575 let command_opt = command_opt.unwrap();576 let command_output = String::from_utf8_lossy(&command_opt.stderr);504 let command_opt = command.output(); run_command() localVariable 510 let command_opt = command_opt.unwrap(); run_command() localVariable
569 let command_opt = command.output(); in add() 570 if command_opt.is_err() { in add() 575 let command_opt = command_opt.unwrap(); in get() 576 let command_output = String::from_utf8_lossy(&command_opt.stderr); in get() 501 let command_opt = command.output(); run_command() localVariable 507 let command_opt = command_opt.unwrap(); run_command() localVariable
569 let command_opt = command.output();570 if command_opt.is_err() {575 let command_opt = command_opt.unwrap();576 let command_output = String::from_utf8_lossy(&command_opt.stderr);491 let command_opt = command.output(); run_command() localVariable 497 let command_opt = command_opt.unwrap(); run_command() localVariable
569 let command_opt = command.output(); in add_vars() 570 if command_opt.is_err() {575 let command_opt = command_opt.unwrap();576 let command_output = String::from_utf8_lossy(&command_opt.stderr);512 let command_opt = command.output(); run_command() localVariable 518 let command_opt = command_opt.unwrap(); run_command() localVariable
569 let command_opt = command.output(); in new() 570 if command_opt.is_err() {575 let command_opt = command_opt.unwrap();576 let command_output = String::from_utf8_lossy(&command_opt.stderr); in get() 527 let command_opt = command.output(); run_command() localVariable 533 let command_opt = command_opt.unwrap(); run_command() localVariable
569 let command_opt = command.output(); in add() 570 if command_opt.is_err() { in add() 575 let command_opt = command_opt.unwrap(); in get() 576 let command_output = String::from_utf8_lossy(&command_opt.stderr);524 let command_opt = command.output(); run_command() localVariable 530 let command_opt = command_opt.unwrap(); run_command() localVariable
569 let command_opt = command.output(); in run_command() localVariable570 if command_opt.is_err() { in run_command()575 let command_opt = command_opt.unwrap(); in run_command() localVariable576 let command_output = String::from_utf8_lossy(&command_opt.stderr); in run_command()