Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dutils.cpp49 kSystemCommandMaxLength = 1024, ///< Max length of a system call command. enumerator
55 char cmd[kSystemCommandMaxLength]; in ExecuteCommand()