Searched refs:F_SETPIPE_SZ (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/faultloggerd/services/ |
H A D | fault_logger_pipe.cpp | 93 if (fcntl(fds_[PIPE_READ], F_SETPIPE_SZ, sz) < 0) { in SetSize() 96 if (fcntl(fds_[PIPE_WRITE], F_SETPIPE_SZ, sz) < 0) { in SetSize()
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | cppcrash_reporter.cpp | 130 if (fcntl(pipeFd[PIPE_READ], F_SETPIPE_SZ, sz) < 0 || in WriteCppCrashInfoByPipe() 131 fcntl(pipeFd[PIPE_WRITE], F_SETPIPE_SZ, sz) < 0) { in WriteCppCrashInfoByPipe()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/ |
H A D | dfx_dumprequest.c | 67 #ifndef F_SETPIPE_SZ 68 #define F_SETPIPE_SZ 1031 macro 235 if (fcntl(pipefd[1], F_SETPIPE_SZ, writeLen) < writeLen) { in DFX_ExecDump()
|
H A D | dfx_signal_handler.c | 85 #ifndef F_SETPIPE_SZ 86 #define F_SETPIPE_SZ 1031 macro
|
Completed in 4 milliseconds