Searched refs:pipeFd (Results 1 – 6 of 6) sorted by relevance
/base/update/updater/test/unittest/updater_test/ |
D | test_update_binary_abnormal.cpp | 40 int pipeFd = static_cast<int>(std::strtol(argv[1], nullptr, decimal)); in main() local 41 FILE *pipeWrite = fdopen(pipeFd, "w"); in main()
|
D | test_update_binary.cpp | 42 int pipeFd = static_cast<int>(std::strtol(argv[1], nullptr, decimal)); in main() local 46 FILE *pipeWrite = fdopen(pipeFd, "w"); in main()
|
/base/update/updater/services/updater_binary/ |
D | main.cpp | 40 int pipeFd = static_cast<int>(std::strtol(argv[1], nullptr, DECIMAL)); in main() local 47 return ProcessUpdater(retry, pipeFd, packagePath, Utils::GetCertName()); in main()
|
D | update_processor.h | 41 int ProcessUpdater(bool retry, int pipeFd, const std::string &packagePath, const std::string &keyPa…
|
D | update_processor.cpp | 258 int ProcessUpdater(bool retry, int pipeFd, const std::string &packagePath, const std::string &keyPa… in ProcessUpdater() argument 263 FILE *pipeWrite = fdopen(pipeFd, "w"); in ProcessUpdater()
|
/base/hiviewdfx/faultloggerd/test/moduletest/ |
D | faultloggerd_module_test.cpp | 162 int32_t pipeFd = RequestPipeFd(getpid(), FaultLoggerPipeType::PIPE_FD_READ_BUF); variable 163 ASSERT_EQ(pipeFd, -1);
|