Home
last modified time | relevance | path

Searched refs:PIPE_READ (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dcppcrash_reporter.cpp130 if (fcntl(pipeFd[PIPE_READ], F_SETPIPE_SZ, sz) < 0 || in WriteCppCrashInfoByPipe()
135 if (fcntl(pipeFd[PIPE_READ], F_GETFL) < 0) { in WriteCppCrashInfoByPipe()
139 uint32_t flags = static_cast<uint32_t>(fcntl(pipeFd[PIPE_READ], F_GETFL)); in WriteCppCrashInfoByPipe()
141 if (fcntl(pipeFd[PIPE_READ], F_SETFL, flags) < 0) { in WriteCppCrashInfoByPipe()
151 close(pipeFd[PIPE_READ]); in WriteCppCrashInfoByPipe()
154 return pipeFd[PIPE_READ]; in WriteCppCrashInfoByPipe()
/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_pipe.cpp58 DFXLOGD("%{public}s :: pipe read fd: %{public}d", __func__, fds_[PIPE_READ]); in GetReadFd()
59 return fds_[PIPE_READ]; in GetReadFd()
93 if (fcntl(fds_[PIPE_READ], F_SETPIPE_SZ, sz) < 0) { in SetSize()
106 Close(fds_[PIPE_READ]); in Destroy()
/base/hiviewdfx/faultloggerd/interfaces/common/
H A Ddfx_define.h59 static const int PIPE_READ = 0; variable
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dfp_unwinder.cpp100 close(g_validPipe[PIPE_READ]); in UnwindFallback()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dfp_unwinder.h113 syscall(SYS_close, pfd[PIPE_READ]); in UnwindSafe()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_accessors.cpp83 syscall(SYS_close, pfd_[PIPE_READ]); in ~DfxAccessorsLocal()

Completed in 3 milliseconds