HomeSort by relevance Sort by last modified time
    Searched defs:MAX_CMD_LEN (Results 1 - 3 of 3) sorted by null

  /system/netd/
BandwidthController.h 174 static const int MAX_CMD_LEN;
BandwidthController.cpp 57 const int BandwidthController::MAX_CMD_LEN = 1024;
158 char buffer[MAX_CMD_LEN];
308 char cmd[MAX_CMD_LEN];
408 char cmd[MAX_CMD_LEN];
462 char cmd[MAX_CMD_LEN];
497 char cmd[MAX_CMD_LEN];
    [all...]
  /external/dropbear/
options.h 252 #define MAX_CMD_LEN 1024 /* max length of a command */

Completed in 610 milliseconds