Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/services/
Dfault_logger_pipe.cpp42 const int PIPE_WRITE = 1; variable
66 DFXLOG_DEBUG("%s :: pipe write fd: %d", __func__, fds_[PIPE_WRITE]); in GetWriteFd()
69 return fds_[PIPE_WRITE]; in GetWriteFd()
92 Close(fds_[PIPE_WRITE]); in Destroy()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dsa_dumper.cpp28 const int PIPE_WRITE = 1; variable
86 fds_[PIPE_WRITE] = PIPE_INIT; in PipeReader()
99 return fds_[PIPE_WRITE]; in GetWritePipe()
107 close(fds_[PIPE_WRITE]); in Stop()