Searched defs:pipeFd (Results 1 – 10 of 10) sorted by relevance
| /base/hiviewdfx/faultloggerd/test/moduletest/ |
| D | faultloggerd_module_test.cpp | 155 int32_t pipeFd = RequestPipeFd(getpid(), FaultLoggerPipeType::PIPE_FD_READ_BUF); variable 171 int32_t pipeFd = RequestPipeFd(getpid(), -1); variable
|
| /base/update/updater/services/updater_binary/ |
| D | main.cpp | 36 int pipeFd; in main() local
|
| D | update_processor.cpp | 470 int ProcessUpdater(bool retry, int pipeFd, const std::string &packagePath, const std::string &keyPa… in ProcessUpdater()
|
| /base/update/updater/test/unittest/updater_test/ |
| D | test_update_binary.cpp | 42 int pipeFd = static_cast<int>(std::strtol(argv[1], nullptr, decimal)); in main() local
|
| D | test_update_binary_abnormal.cpp | 42 int pipeFd = static_cast<int>(std::strtol(argv[1], nullptr, decimal)); in main() local
|
| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| D | cppcrash_reporter.cpp | 126 int pipeFd[2] = {-1, -1}; in WriteCppCrashInfoByPipe() local
|
| /base/hiviewdfx/hiview/plugins/faultlogger/common/ |
| D | faultlog_info.h | 28 std::shared_ptr<int32_t> pipeFd; member
|
| /base/security/selinux_adapter/interfaces/policycoreutils/src/ |
| D | load_policy.cpp | 261 int pipeFd[PIPE_NUM]; in CompilePolicyWithFork() local
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/ |
| D | dfx_signal_handler.c | 691 static void CleanFd(int *pipeFd) in CleanFd()
|
| /base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
| D | faultlogger_unittest.cpp | 363 int pipeFd[2] = {-1, -1}; in GenCppCrashLogTestCommon() local
|