Home
last modified time | relevance | path

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

/aosp_15_r20/external/ot-br-posix/src/utils/
H A Dsystem_utils.cpp49 kSystemCommandMaxLength = 1024, ///< Max length of a system call command. enumerator
54 char cmd[kSystemCommandMaxLength]; in ExecuteCommand()
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dutils.cpp49 kSystemCommandMaxLength = 1024, ///< Max length of a system call command. enumerator
55 char cmd[kSystemCommandMaxLength]; in ExecuteCommand()