Searched refs:PIPE_READ (Results 1 - 6 of 6) sorted by relevance
/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() 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 D | fault_logger_pipe.cpp | 58 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 D | dfx_define.h | 59 static const int PIPE_READ = 0; variable
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/ |
H A D | fp_unwinder.cpp | 100 close(g_validPipe[PIPE_READ]); in UnwindFallback()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | fp_unwinder.h | 113 syscall(SYS_close, pfd[PIPE_READ]); in UnwindSafe()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_accessors.cpp | 83 syscall(SYS_close, pfd_[PIPE_READ]); in ~DfxAccessorsLocal()
|
Completed in 3 milliseconds