Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/build/
Dfind_normal.rs50 let output = execute_command_and_get_output("brew", &["--prefix", version]); in resolve_with_wellknown_homebrew_location()
262 fn execute_command_and_get_output(cmd: &str, args: &[&str]) -> Option<String> { in execute_command_and_get_output() function
/third_party/libabigail/include/
Dabg-tools-utils.h70 bool execute_command_and_get_output(const string&, vector<string>&);
/third_party/libabigail/src/
Dabg-tools-utils.cc1165 execute_command_and_get_output(const string& cmd, vector<string>& lines) in execute_command_and_get_output() function
1219 execute_command_and_get_output("rpm -qp --provides " in get_dsos_provided_by_rpm()
/third_party/libabigail/
DChangeLog16885 * include/abg-tools-utils.h (execute_command_and_get_output)
16886 (execute_command_and_get_output, remove_trailing_white_spaces):
16888 * src/abg-tools-utils.cc (execute_command_and_get_output)