openthread-br
0.3.0-72c0388
|
#include "system_utils.hpp"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include "common/logging.hpp"
Macros | |
#define | OTBR_LOG_TAG "UTILS" |
Enumerations | |
enum | { otbr::SystemUtils::kSystemCommandMaxLength = 1024 } |
Functions | |
int | otbr::SystemUtils::ExecuteCommand (const char *aFormat,...) |
The file implements POSIX system utilities.
int otbr::SystemUtils::ExecuteCommand | ( | const char * | aFormat, |
... | |||
) |
This method formats a system command to execute.
[in] | aFormat | A pointer to the format string. |
[in] | ... | Arguments for the format specification. |