Home
last modified time | relevance | path

Searched refs:resultBufShell (Results 1 - 1 of 1) sorted by relevance

/developtools/hdc/src/host/
H A Dclient.cpp296 char resultBufShell[BUF_SIZE_DEFAULT] = {0}; in RunCommand() local
297 while (fgets(resultBufShell, sizeof(resultBufShell), procFileInfo) != nullptr) { in RunCommand()
298 printf("%s", resultBufShell); in RunCommand()
299 if (memset_s(resultBufShell, sizeof(resultBufShell), 0, sizeof(resultBufShell)) != EOK) { in RunCommand()

Completed in 2 milliseconds