Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_signal_handler.c106 static int g_pipeFds[PIPE_MAX][2] = { variable
396 pipefd[0] = g_pipeFds[WRITE_TO_DUMP][0]; in DFX_ExecDump()
397 pipefd[1] = g_pipeFds[WRITE_TO_DUMP][1]; in DFX_ExecDump()
664 close(g_pipeFds[WRITE_TO_DUMP][0]); in StartVMProcessUnwind()
670 close(g_pipeFds[WRITE_TO_DUMP][1]); in StartVMProcessUnwind()
673 close(g_pipeFds[READ_FORM_DUMP_TO_VIRTUAL][1]); in StartVMProcessUnwind()
675 close(g_pipeFds[READ_FORM_DUMP_TO_VIRTUAL][0]); in StartVMProcessUnwind()
702 CleanFd(&g_pipeFds[i][0]); in CleanPipe()
703 CleanFd(&g_pipeFds[i][1]); in CleanPipe()
710 if (pipe(g_pipeFds[i]) == -1) { in InitPipe()
[all …]