Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_pipe.cpp64 DFXLOGD("%{public}s :: pipe write fd: %{public}d", __func__, fds_[PIPE_WRITE]); in GetWriteFd()
67 return fds_[PIPE_WRITE]; in GetWriteFd()
96 if (fcntl(fds_[PIPE_WRITE], F_SETPIPE_SZ, sz) < 0) { in SetSize()
107 Close(fds_[PIPE_WRITE]); in Destroy()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dfp_unwinder.h103 if ((!ReadUptrSafe(prevFp, pfd[PIPE_WRITE], fp)) || in UnwindSafe()
104 (!ReadUptrSafe(prevFp + sizeof(uintptr_t), pfd[PIPE_WRITE], pc))) { in UnwindSafe()
112 syscall(SYS_close, pfd[PIPE_WRITE]); in UnwindSafe()
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dcppcrash_reporter.cpp131 fcntl(pipeFd[PIPE_WRITE], F_SETPIPE_SZ, sz) < 0) { in WriteCppCrashInfoByPipe()
147 realWriteSize = OHOS_TEMP_FAILURE_RETRY(write(pipeFd[PIPE_WRITE], cppCrashInfo_.c_str(), sz)); in WriteCppCrashInfoByPipe()
148 close(pipeFd[PIPE_WRITE]); in WriteCppCrashInfoByPipe()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dfp_unwinder.cpp99 close(g_validPipe[PIPE_WRITE]); in UnwindFallback()
106 if (OHOS_TEMP_FAILURE_RETRY(syscall(SYS_write, g_validPipe[PIPE_WRITE], addr, sizeof(uintptr_t))) == -1) { in ReadUintptrSafe()
/base/hiviewdfx/faultloggerd/interfaces/common/
H A Ddfx_define.h60 static const int PIPE_WRITE = 1; variable
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_accessors.cpp82 syscall(SYS_close, pfd_[PIPE_WRITE]); in ~DfxAccessorsLocal()
98 return OHOS_TEMP_FAILURE_RETRY(syscall(SYS_write, pfd_[PIPE_WRITE], addr, sizeof(uintptr_t))) != -1; in IsValidFrame()

Completed in 3 milliseconds