Searched refs:pipeFds (Results 1 - 4 of 4) sorted by relevance
/developtools/profiler/device/plugins/hisysevent_plugin/test/unittest/ |
H A D | hisysevent_plugin_unittest.cpp | 227 int pipeFds[2] = {-1, -1}; in HWTEST_F() local 228 FILE* fpr = COMMON::CustomPopen(fullCmdTest, nullptr, pipeFds, childPid, true); in HWTEST_F() 230 EXPECT_EQ(COMMON::CustomPclose(fpr, pipeFds, childPid, true), -1); in HWTEST_F() 233 pipeFds[0] = -1; in HWTEST_F() 234 pipeFds[1] = -1; in HWTEST_F() 235 FILE* fpw = COMMON::CustomPopen(fullCmdTest, "w", pipeFds, childPid); in HWTEST_F() 237 EXPECT_EQ(COMMON::CustomPclose(fpw, pipeFds, childPid, true), -1); in HWTEST_F()
|
/developtools/profiler/device/plugins/hiperf_plugin/src/ |
H A D | hiperf_module.cpp | 95 int pipeFds[2] = {-1, -1}; in RunCommand() local 96 FILE* fp = COMMON::CustomPopen(cmdArg, "r", pipeFds, childPid); in RunCommand() 109 COMMON::CustomPclose(fp, pipeFds, childPid); in RunCommand()
|
/developtools/profiler/device/plugins/hilog_plugin/src/ |
H A D | hilog_plugin.cpp | 81 int pipeFds[2] = {-1, -1}; in Start() local 82 FILE* fp = COMMON::CustomPopen(cmdArg, "r", pipeFds, childPid); in Start() 84 COMMON::CustomPclose(fp, pipeFds, childPid); in Start()
|
/developtools/profiler/device/plugins/memory_plugin/src/ |
H A D | memory_data_plugin.cpp | 1040 int pipeFds[2] = {-1, -1}; // 2: pipe fds in RunCommand() local 1041 FILE* fp = COMMON::CustomPopen(cmdArg, "r", pipeFds, childPid); in RunCommand() 1048 COMMON::CustomPclose(fp, pipeFds, childPid); in RunCommand()
|
Completed in 5 milliseconds