Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/commands/ivserver/
Divserver.cc35 LOG_IF(WARNING, unlink(options.qemu_socket_path.c_str()) == 0) in IVServer()
41 LOG_IF(FATAL, !qemu_channel_->IsOpen()) in IVServer()
47 LOG_IF(WARNING, unlink(options.client_socket_path.c_str()) == 0) in IVServer()
53 LOG_IF(FATAL, !client_channel_->IsOpen()) in IVServer()
Dvsocsharedmem.cc69 LOG_IF(FATAL, !shared_mem_fd_->IsOpen())
/device/google/cuttlefish_common/host/commands/launch/
Dvsoc_shared_memory.cc157 LOG_IF(WARNING, unlink(path.c_str()) == 0) in CreateSharedMemoryFile()
162 LOG_IF(FATAL, !shared_mem_fd->IsOpen()) in CreateSharedMemoryFile()
180 LOG_IF(FATAL, truncate_res == -1) in CreateSharedMemoryFile()
186 LOG_IF(FATAL, mmap_addr == MAP_FAILED) in CreateSharedMemoryFile()
/device/google/cuttlefish_common/common/libs/glog/
Dlogging.h27 #define LOG_IF(LEVEL, CONDITION) if (CONDITION) LOG(LEVEL) macro
/device/google/cuttlefish_common/host/commands/record_audio/
Dmain.cc44 LOG_IF(FATAL, FLAGS_output_file.empty()) in main()