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()
3850 optional bool is_success = 2; field3854 // `is_success` is true if Wifi is toggled ON at boot, false otherwise.3859 // `is_success` is true if a network candidate was found, false otherwise.3860 // This field is null if `wifi_enabled_at_boot.is_success` is false.3864 // `is_success` is true if the L2 connection was successfully established, false otherwise.3865 // This field is null if `first_network_selection.is_success` is false.3869 // `is_success` is true if the L3 connection was successfully established, false otherwise.3870 // This field is null if `first_l2_connection.is_success` is false.