Home
last modified time | relevance | path

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

/external/v8/src/
Dd8-posix.cc253 static const int kReadFD = 0; variable
263 close(exec_error_fds[kReadFD]); // Don't need this in the child. in ExecSubprocess()
264 close(stdout_fds[kReadFD]); // Don't need this in the child. in ExecSubprocess()
287 bytes_read = read(exec_error_fds[kReadFD], &err, sizeof(err)); in ChildLaunchedOK()
522 OpenFDCloser error_read_closer(exec_error_fds[kReadFD]); in System()
523 OpenFDCloser stdout_read_closer(stdout_fds[kReadFD]); in System()
528 Local<Value> accumulator = GetStdout(isolate, stdout_fds[kReadFD], start_time, in System()