Searched refs:got_err (Results 1 – 1 of 1) sorted by relevance
154 bool got_err; in sandbox_read_state() local166 got_err = false; in sandbox_read_state()172 got_err = true; in sandbox_read_state()177 got_err ? " (with errors)" : ""); in sandbox_read_state()180 return got_err ? -1 : 0; in sandbox_read_state()246 bool got_err; in sandbox_write_state() local269 got_err = false; in sandbox_write_state()277 got_err = true; in sandbox_write_state()306 got_err ? " (with errors)" : ""); in sandbox_write_state()
Completed in 4 milliseconds