Home
last modified time | relevance | path

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

/packages/services/Car/car-bugreportd/
Dmain.cpp468 bool ret_val = doBugreport(progress_socket, &bytes_written, &zip_path); in main() local
472 if (output_socket != -1 && ret_val) { in main()
473 ret_val = copyFile(zip_path, output_socket); in main()
480 if (extra_output_socket != -1 && ret_val) { in main()
491 std::string result = ret_val ? "success" : "failed"; in main()
501 return ret_val ? EXIT_SUCCESS : EXIT_FAILURE; in main()