Home
last modified time | relevance | path

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

/test/vts/drivers/shell/
DShellDriver.cpp34 static constexpr long kProtoSizeThreshold = 1024 * 1024; // 1MB variable
117 if (stdout_size > kProtoSizeThreshold) { in ExecShellCommandNohup()
127 if (stderr_size > kProtoSizeThreshold) { in ExecShellCommandNohup()