Searched defs:pipeFd (Results 1 – 8 of 8) 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 | 40 int pipeFd = static_cast<int>(std::strtol(argv[1], nullptr, DECIMAL)); in main() local
|
| D | update_processor.cpp | 455 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 | 34 int32_t pipeFd {-1}; member 133 int pipeFd[2] = {-1, -1}; in WriteCppCrashInfoByPipe() local
|
| /base/security/selinux_adapter/interfaces/policycoreutils/src/ |
| D | load_policy.cpp | 261 int pipeFd[PIPE_NUM]; in CompilePolicyWithFork() local
|
| /base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
| D | faultlogger_unittest.cpp | 171 int pipeFd[2] = {-1, -1}; variable
|