HomeSort by relevance Sort by last modified time
    Searched refs:CommandSyntaxError (Results 1 - 6 of 6) sorted by null

  /system/core/nexus/
ResponseCode.h 42 static const int CommandSyntaxError = 500;
  /system/vold/
CommandListener.cpp 117 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing Argument", false);
128 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume debug <off/on>", false);
134 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume mount <path>", false);
140 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume unmount <path> [force]", false);
151 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume format <path>", false);
157 cli->sendMsg(ResponseCode::CommandSyntaxError,
164 cli->sendMsg(ResponseCode::CommandSyntaxError,
172 cli->sendMsg(ResponseCode::CommandSyntaxError,
186 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown volume cmd", false);
209 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing Argument", false)
    [all...]
ResponseCode.h 49 static const int CommandSyntaxError = 500;
  /system/netd/
ResponseCode.h 50 static const int CommandSyntaxError = 500;
CommandListener.cpp 85 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
108 cli->sendMsg(ResponseCode::CommandSyntaxError,
126 cli->sendMsg(ResponseCode::CommandSyntaxError,
143 cli->sendMsg(ResponseCode::CommandSyntaxError,
169 cli->sendMsg(ResponseCode::CommandSyntaxError,
184 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
234 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
307 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown interface cmd", false);
340 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
356 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown ipfwd cmd", false)
    [all...]
  /frameworks/base/services/java/com/android/server/
NativeDaemonConnector.java 60 public static final int CommandSyntaxError = 500;

Completed in 20 milliseconds