Home | History | Annotate | Download | only in browser

Lines Matching refs:ERROR

29 // etc.) If the hostname differs an error is displayed and the second process
133 DCHECK_EQ(0, rv) << "Error closing socket: " << safe_strerror(errno);
148 LOG(ERROR) << "ProcessSingleton would block on write(), so it gave up.";
151 PLOG(ERROR) << "write() failed";
161 // Returns -1 if error occurred, 0 if timeout reached, > 0 if the socket is
177 // Return number of bytes actually read, or -1 on error.
190 PLOG(ERROR) << "read() failed";
240 PLOG(ERROR) << "readlink(" << path.value() << ") failed";
249 PLOG(ERROR) << "Failed to unlink " << path.value();
264 PLOG(ERROR) << "Failed to create " << path.value();
302 string16 error = l10n_util::GetStringFUTF16(
308 LOG(ERROR) << base::SysWideToNativeMB(UTF16ToWide(error)).c_str();
312 ProcessSingletonDialog::ShowAndRun(UTF16ToUTF8(error));
361 DCHECK(rv == 0 || errno == ESRCH) << "Error killing process: "
366 LOG(ERROR) << "Failed to extract pid from path: " << path.value();
431 // It exists, but is not a symlink (or some other error we detect
440 // File is missing, or other error.
442 PLOG(ERROR) << "readlink failed";
581 PLOG(ERROR) << "accept() failed";
677 PLOG(ERROR) << "read() failed";
697 LOG(ERROR) << "Invalid socket message (wrong length):" << buf_;
706 LOG(ERROR) << "Wrong message format: " << str;
741 PLOG(ERROR) << "shutdown() failed";
856 PLOG(ERROR) << "shutdown() failed";
939 LOG(ERROR) << "Failed to create socket directory.";
955 LOG(ERROR) << "Failed to create symlinks.";
957 LOG(ERROR
964 PLOG(ERROR) << "Failed to bind() " << socket_target_path.value();