Lines Matching refs:ERROR
148 LOG(ERROR) << "ProcessSingleton would block on write(), so it gave up."; in WriteToSocket()
151 PLOG(ERROR) << "write() failed"; in WriteToSocket()
190 PLOG(ERROR) << "read() failed"; in ReadFromSocket()
240 PLOG(ERROR) << "readlink(" << path.value() << ") failed"; in ReadLink()
249 PLOG(ERROR) << "Failed to unlink " << path.value(); in UnlinkPath()
264 PLOG(ERROR) << "Failed to create " << path.value(); in SymlinkPath()
308 LOG(ERROR) << base::SysWideToNativeMB(UTF16ToWide(error)).c_str(); in DisplayProfileInUseError()
366 LOG(ERROR) << "Failed to extract pid from path: " << path.value(); in KillProcessByLockPath()
442 PLOG(ERROR) << "readlink failed"; in ConnectSocket()
581 PLOG(ERROR) << "accept() failed"; in OnFileCanReadWithoutBlocking()
677 PLOG(ERROR) << "read() failed"; in OnFileCanReadWithoutBlocking()
697 LOG(ERROR) << "Invalid socket message (wrong length):" << buf_; in OnFileCanReadWithoutBlocking()
706 LOG(ERROR) << "Wrong message format: " << str; in OnFileCanReadWithoutBlocking()
741 PLOG(ERROR) << "shutdown() failed"; in FinishWithACK()
856 PLOG(ERROR) << "shutdown() failed"; in NotifyOtherProcessWithTimeout()
939 LOG(ERROR) << "Failed to create socket directory."; in Create()
955 LOG(ERROR) << "Failed to create symlinks."; in Create()
957 LOG(ERROR) << "Encountered a problem when deleting socket directory."; in Create()
964 PLOG(ERROR) << "Failed to bind() " << socket_target_path.value(); in Create()