Home
last modified time | relevance | path

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

/packages/services/Car/car-bugreportd/
Dmain.cpp472 bool ret_val = doBugreport(progress_socket, &bytes_written, &zip_path); in main() local
475 if (ret_val) { in main()
478 ret_val = copyFile(zip_path, output_socket); in main()
484 if (extra_output_socket != -1 && ret_val) { in main()
495 std::string result = ret_val ? "success" : "failed"; in main()
505 return ret_val ? EXIT_SUCCESS : EXIT_FAILURE; in main()