Home
last modified time | relevance | path

Searched refs:F_SETPIPE_SZ (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_pipe.cpp93 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 Dcppcrash_reporter.cpp130 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 Ddfx_dumprequest.c67 #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 Ddfx_signal_handler.c85 #ifndef F_SETPIPE_SZ
86 #define F_SETPIPE_SZ 1031 macro

Completed in 3 milliseconds