Searched refs:LOG_IF (Results 1 – 5 of 5) sorted by relevance
/device/google/cuttlefish_common/host/commands/ivserver/ |
D | ivserver.cc | 35 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()
|
D | vsocsharedmem.cc | 69 LOG_IF(FATAL, !shared_mem_fd_->IsOpen())
|
/device/google/cuttlefish_common/host/commands/launch/ |
D | vsoc_shared_memory.cc | 157 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/ |
D | logging.h | 27 #define LOG_IF(LEVEL, CONDITION) if (CONDITION) LOG(LEVEL) macro
|
/device/google/cuttlefish_common/host/commands/record_audio/ |
D | main.cc | 44 LOG_IF(FATAL, FLAGS_output_file.empty()) in main()
|