Home
last modified time | relevance | path

Searched refs:exitCode (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/posix/platform/
Dutils.cpp59 int exitCode; in ExecuteCommand() local
77 exitCode = pclose(file); in ExecuteCommand()
78 otLogInfoPlat("Execute command `%s` = %d", cmd, exitCode); in ExecuteCommand()
79 VerifyOrExit(exitCode == 0, error = OT_ERROR_FAILED); in ExecuteCommand()