/device/google/cuttlefish/host/commands/fetcher/ |
D | fetch_cvd.cc | 227 LOG(FATAL) << "Failed to add path " << path; in AddFilesToConfig() 253 LOG(FATAL) << "Could not create " << target_dir; in FetchCvdMain() 274 LOG(FATAL) << "Could not download host package for " << default_build; in FetchCvdMain() 287 LOG(FATAL) << "Could not download ota tools for " << ota_build; in FetchCvdMain() 295 LOG(FATAL) << "Could not download images for " << default_build; in FetchCvdMain() 306 LOG(FATAL) << "Could not create " << default_target_dir; in FetchCvdMain() 311 LOG(FATAL) << "Could not download target files for " << default_build; in FetchCvdMain() 339 LOG(FATAL) << "Could not create " << system_target_dir; in FetchCvdMain() 344 LOG(FATAL) << "Could not download target files for " << system_build; in FetchCvdMain() 355 LOG(FATAL) << "Could not replace system.img in target directory: " in FetchCvdMain() [all …]
|
D | credential_source.cc | 51 LOG(FATAL) << "GCE credential was missing access_token or expires_in. " in RefreshCredential()
|
D | build_api.cc | 203 LOG(FATAL) << "Build argument cannot have more than one '/' slash. Was at " in ArgumentToBuild() 222 LOG(FATAL) << proposed_build << " is not a valid branch or build id."; in ArgumentToBuild()
|
/device/google/cuttlefish/guest/hals/keymaster/remote/ |
D | service4.cpp | 41 LOG(FATAL) << "Could not connect to keymaster server: " in main() 48 LOG(FATAL) << "Could not initialize keymaster"; in main() 55 LOG(FATAL) << "Could not register service for Keymaster 4.1 (" << status << ")"; in main()
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | image_aggregator.cc | 225 LOG(FATAL) << "Too many partitions: " << partitions_.size(); in Beginning() 257 LOG(FATAL) << "Could not parse linux_fs uuid"; in Beginning() 324 PLOG(FATAL) << "Could not open \"" << partition.image_file_path; in DeAndroidSparse() 337 PLOG(FATAL) << "Could not open " << out_file_name; in DeAndroidSparse() 342 LOG(FATAL) << "Failed to desparse \"" << partition.image_file_path in DeAndroidSparse() 348 LOG(FATAL) << "Could not move \"" << out_file_name << "\" to \"" in DeAndroidSparse() 368 LOG(FATAL) << "Could not write GPT beginning to \"" << output_path in AggregateImage() 375 LOG(FATAL) << "Could not copy from \"" << disk.image_file_path in AggregateImage() 382 LOG(FATAL) << "Could not write GPT end to \"" << output_path in AggregateImage() 398 LOG(FATAL) << "Could not write GPT beginning to \"" << header_file in CreateCompositeDisk() [all …]
|
D | assemble_cvd.cc | 52 LOG(FATAL) << "stdin was a tty, expected to be passed the output of a previous stage. " in main() 58 LOG(FATAL) << "stdin was not a valid file descriptor, expected to be passed the output " in main() 69 LOG(FATAL) << "Failed to read input files. Error was \"" << input_fd->StrError() << "\""; in main()
|
D | flags.cc | 296 LOG(FATAL) << "Invalid vm_manager: " << FLAGS_vm_manager; in InitializeCuttlefishConfiguration() 299 LOG(FATAL) << "Invalid vm_manager: " << FLAGS_vm_manager; in InitializeCuttlefishConfiguration() 305 LOG(FATAL) << "Invalid gpu_mode=" << FLAGS_gpu_mode << in InitializeCuttlefishConfiguration() 340 LOG(FATAL) << "A ramdisk is required, but the boot image did not have one."; in InitializeCuttlefishConfiguration()
|
/device/google/cuttlefish/common/libs/utils/ |
D | tee_logging.cpp | 28 using android::base::FATAL; 42 using android::base::FATAL; in GuessSeverity() 65 || env_value == std::to_string((int) FATAL)) { in GuessSeverity() 66 return FATAL; in GuessSeverity() 123 static_assert(arraysize(log_characters) - 1 == FATAL + 1, in StderrOutputGenerator() 182 LOG(FATAL) << "Failed to create log file: " << log_file_fd->StrError(); in SeverityTargetsForFiles()
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | secure_env.cpp | 70 LOG(FATAL) << "Could not initialize esys: " << Tss2_RC_Decode(rc) in main() 76 LOG(FATAL) << "TPM2_Startup failed: " << Tss2_RC_Decode(rc) in main() 87 LOG(FATAL) << "TPM2_Clear failed: " << Tss2_RC_Decode(rc) in main() 93 LOG(FATAL) << "Unknown keymaster implementation " << FLAGS_keymaster_impl; in main()
|
D | tpm_resource_manager.cpp | 61 LOG(FATAL) << "Outstanding TpmResourceManager::ObjectSlot instances. " in ~TpmResourceManager()
|
D | in_process_tpm.cpp | 75 LOG(FATAL) << "Failed to manufacture TPM state"; in InProcessTpm()
|
/device/google/cuttlefish/guest/hals/gatekeeper/remote/ |
D | service.cpp | 45 LOG(FATAL) << "Could not connect to keymaster server: " in main() 54 LOG(FATAL) << "Could not register service for Gatekeeper 1.0 (remote) (" << status << ")"; in main()
|
/device/generic/opengl-transport/host/libs/virglrenderer/libOpenglRender/ |
D | YUVConverter.cpp | 25 #define FATAL(fmt,...) do { \ macro 50 FATAL("Input not a YUV format!"); in getPlanarYUVSizes() 87 FATAL("Input not a YUV format!"); in getYUVSizes() 121 FATAL("Input not a YUV format!"); in getPlanarYUVOffsets() 146 FATAL("Input not a YUV format!"); in getYUVOffsets() 462 FATAL("Input not a YUV format!"); in updateCutoffs()
|
/device/google/cuttlefish/host/libs/screen_connector/ |
D | socket_based_screen_connector.cpp | 55 LOG(FATAL) << "Invalid file descriptor: " << frames_fd; in ServerLoop() 61 LOG(FATAL) << "Unable to dup screen server: " << server->StrError(); in ServerLoop()
|
/device/google/cuttlefish/host/commands/launch/ |
D | flag_forwarder.cc | 196 LOG(FATAL) << "Unknown type \"" << flag_info.type << "\" for flag " << flag_info.name; in MakeDynamicFlag() 208 LOG(FATAL) << "Could not parse xml of subprocess `--helpxml`"; in FlagsForSubprocess() 246 LOG(FATAL) << subprocess << " --helpxml returned unexpected response " in FlagForwarder() 257 LOG(FATAL) << flag.name << "defined as " << flag_to_type[flag.name] in FlagForwarder() 299 LOG(FATAL) << subprocess << " --helpxml returned unexpected response " in UpdateFlagDefaults()
|
/device/google/cuttlefish/guest/commands/vsoc_input_service/ |
D | vsoc_input_service.cpp | 105 LOG(FATAL) << "Could not read touch event: " << touch_fd->StrError(); in ProcessEvents() 118 LOG(FATAL) << "Could not read keyboard event: " << keyboard_fd->StrError(); in ProcessEvents()
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | main.cpp | 51 LOG(FATAL) << "Connection with Operator unexpectedly closed"; in OnClose() 54 LOG(FATAL) << "Error encountered in connection with Operator"; in OnError()
|
/device/google/cuttlefish/common/libs/tcp_socket/ |
D | tcp_socket.cpp | 96 LOG(FATAL) << "Couldn't open streaming server on port " << port; 103 LOG(FATAL) << "Error attemping to accept: " << strerror(errno); in Accept()
|
/device/google/cuttlefish/host/frontend/gcastv2/https/ |
D | SSLSocket.cpp | 335 LOG(FATAL) << "Should not be here."; in queueOutputDataFromSSL() 374 LOG(FATAL) << "Should not be here."; in sendOutputData() 478 LOG(FATAL) << "Should not be here."; in drainOutputBufferPlain() 486 LOG(FATAL) << "Should not be here."; in drainOutputBufferPlain()
|
/device/google/cuttlefish/tools/play_audio/ |
D | sdl_wrapper.cpp | 71 LOG(FATAL) << "failed to open audio device: " << SDL_GetError() << '\n'; in OpenAudioDevice()
|
D | play_audio.cpp | 44 LOG(FATAL) << "couldn't connect on port " << port; in Connect()
|
/device/generic/goldfish-opengl/fuchsia/ |
D | port.cc | 46 FX_LOGVF(FATAL, local_tag, format, ap); in __android_log_print()
|
/device/google/cuttlefish/host/libs/vm_manager/ |
D | qemu_manager.cpp | 131 LOG(FATAL) << instance.access_kregistry_path() << " file size (" in StartCommands() 138 LOG(FATAL) << instance.pstore_path() << " file size (" in StartCommands()
|
/device/google/cuttlefish/host/commands/run_cvd/ |
D | main.cc | 396 LOG(FATAL) << "stdin was a tty, expected to be passed the output of a previous stage. " in main() 402 LOG(FATAL) << "stdin was not a valid file descriptor, expected to be passed the output " in main() 413 LOG(FATAL) << "Failed to read input files. Error was \"" << input_fd->StrError() << "\""; in main()
|
/device/google/bonito/health/ |
D | HealthService.cpp | 78 LOG(FATAL) << "Cannot read " << path; in assert_open()
|