Lines Matching refs:errno
5 #include <errno.h>
259 // Only get here if the exec failed. Write errno to the parent to tell
261 int err = errno;
265 } while (bytes_written == -1 && errno == EINTR);
276 } while (bytes_read == -1 && errno == EINTR);
296 return isolate->ThrowError(v8_strerror(isolate, errno));
304 if (errno == EAGAIN) {
310 } else if (errno == EINTR) {
501 args.GetIsolate()->ThrowError(v8_strerror(args.GetIsolate(), errno));
526 isolate->ThrowError(v8_strerror(isolate, errno));
539 if (errno == EEXIST) {
541 } else if (errno == ENOENT) { // Intermediate path element is missing.
544 isolate->ThrowError(v8_strerror(isolate, errno));
552 if (errno == EEXIST) {
555 isolate->ThrowError(v8_strerror(isolate, errno));
558 isolate->ThrowError(v8_strerror(isolate, errno));