|
proxygen
|
#include <Subprocess.h>
Public Member Functions | |
| SubprocessSpawnError (const char *executable, int errCode, int errnoValue) | |
| ~SubprocessSpawnError () override=default throw () | |
| int | errnoValue () const |
Private Attributes | |
| int | errnoValue_ |
Exception thrown if the subprocess cannot be started.
Definition at line 254 of file Subprocess.h.
| folly::SubprocessSpawnError::SubprocessSpawnError | ( | const char * | executable, |
| int | errCode, | ||
| int | errnoValue | ||
| ) |
Definition at line 142 of file Subprocess.cpp.
References folly::ProcessReturnCode::EXITED, folly::ProcessReturnCode::exitStatus(), i, returnCode(), s, and folly::ProcessReturnCode::state().
Referenced by folly::Subprocess::readChildErrorPipe().
|
overridedefault | |||||||||||||
|
inline |
Definition at line 258 of file Subprocess.h.
Referenced by folly::Subprocess::spawnInternal(), and TEST().
|
private |
Definition at line 263 of file Subprocess.h.