Searched refs:is_success (Results 1 – 2 of 2) sorted by relevance
473 bool is_success = doBugreport(progress_socket, &bytes_written, &zip_path); in main() local476 if (is_success) { in main()479 is_success = copyFile(zip_path, output_socket); in main()485 if (extra_output_socket != -1 && is_success) { in main()493 std::string result = is_success ? "success" : "failed"; in main()503 return is_success ? EXIT_SUCCESS : EXIT_FAILURE; in main()
3920 optional bool is_success = 2; field3924 // `is_success` is true if Wifi is toggled ON at boot, false otherwise.3929 // `is_success` is true if a network candidate was found, false otherwise.3930 // This field is null if `wifi_enabled_at_boot.is_success` is false.3934 // `is_success` is true if the L2 connection was successfully established, false otherwise.3935 // This field is null if `first_network_selection.is_success` is false.3939 // `is_success` is true if the L3 connection was successfully established, false otherwise.3940 // This field is null if `first_l2_connection.is_success` is false.