Home
last modified time | relevance | path

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

/third_party/libabigail/tests/
Dtest-diff-filter.cc903 string cmd_no_out = cmd + " > /dev/null"; in perform() local
904 if (system(cmd_no_out.c_str())) in perform()