Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dsat.h93 bool stop_on_error() const { return stop_on_error_; } in stop_on_error()
170 bool stop_on_error_; // Exit immendiately on any error. variable
H A Dsat.cc692 stop_on_error_ = false; in Sat()
883 ARG_KVALUE("--stop_on_errors", stop_on_error_, 1); in ParseArgs()