| /system/security/keystore/ |
| D | keystore_cli.cpp | 47 #define NO_ARG_INT_RETURN(cmd) \ argument 61 #define SINGLE_ARG_INT_RETURN(cmd) \ argument 79 #define SINGLE_ARG_PLUS_UID_INT_RETURN(cmd) \ argument 102 #define STING_ARG_DATA_STDIN_INT_RETURN(cmd) \ argument 123 #define SINGLE_ARG_DATA_RETURN(cmd) \ argument
|
| /system/core/fastboot/ |
| D | protocol.c | 109 static int _command_start(usb_handle *usb, const char *cmd, unsigned size, in _command_start() 161 static int _command_send(usb_handle *usb, const char *cmd, in _command_send() 188 static int _command_send_no_data(usb_handle *usb, const char *cmd, in _command_send_no_data() 194 int fb_command(usb_handle *usb, const char *cmd) in fb_command() 199 int fb_command_response(usb_handle *usb, const char *cmd, char *response) in fb_command_response() 206 char cmd[64]; in fb_download_data() local 290 char cmd[64]; in fb_download_data_sparse() local
|
| D | engine.c | 70 char cmd[CMD_SIZE]; member 89 char cmd[CMD_SIZE] = "getvar:"; in fb_getvar() local 342 void fb_queue_command(const char *cmd, const char *msg) in fb_queue_command()
|
| D | usbtest.c | 128 const char *cmd; member
|
| /system/vold/ |
| D | VoldCommand.cpp | 19 VoldCommand::VoldCommand(const char *cmd) : in VoldCommand()
|
| /system/netd/server/ |
| D | NetdCommand.cpp | 19 NetdCommand::NetdCommand(const char *cmd) : in NetdCommand()
|
| D | NatController.cpp | 51 const char *cmd[32]; member 156 const char *cmd[] = { in enableNat() local
|
| D | BandwidthController.cpp | 157 int BandwidthController::runIpxtablesCmd(const char *cmd, IptJumpOp jumpHandling, in runIpxtablesCmd() 174 int BandwidthController::runIptablesCmd(const char *cmd, IptJumpOp jumpHandling, in runIptablesCmd() 332 char cmd[MAX_CMD_LEN]; in enableHappyBox() local 364 char cmd[MAX_CMD_LEN]; in disableHappyBox() local 508 char cmd[MAX_CMD_LEN]; in prepCostlyIface() local 562 char cmd[MAX_CMD_LEN]; in cleanupCostlyIface() local 1288 char cmd[MAX_CMD_LEN]; in parseAndFlushCostlyTables() local
|
| /system/core/libsysutils/src/ |
| D | FrameworkCommand.cpp | 26 FrameworkCommand::FrameworkCommand(const char *cmd) { in FrameworkCommand()
|
| D | FrameworkListener.cpp | 81 void FrameworkListener::registerCmd(FrameworkCommand *cmd) { in registerCmd()
|
| /system/core/reboot/ |
| D | reboot.c | 29 const char *cmd = "reboot"; in main() local
|
| /system/core/toolbox/ |
| D | toolbox.c | 44 char *cmd = strrchr(argv[0], '/'); in main() local
|
| D | renice.c | 97 char *cmd = argv[0]; in renice_main() local
|
| D | syren.c | 64 int cmd = -1; in syren_main() local
|
| /system/core/libcutils/ |
| D | android_reboot.c | 107 int android_reboot(int cmd, int flags UNUSED, char *arg) in android_reboot()
|
| D | qtaguid.c | 61 static int write_ctrl(const char *cmd) { in write_ctrl()
|
| /system/extras/tests/wifi/stress/ |
| D | wifiLoadScanAssoc.c | 132 char cmd[MAXCMD]; in main() local 390 char cmd[MAXCMD]; in init() local
|
| /system/core/logd/ |
| D | LogCommand.cpp | 25 LogCommand::LogCommand(const char *cmd) in LogCommand()
|
| /system/core/libbacktrace/ |
| D | BacktraceMap.cpp | 103 char cmd[sizeof(pid_t)*3 + sizeof("vmmap -w -resident -submap -allSplitLibs -interleaved ") + 1]; local
|
| D | map_info.c | 66 char cmd[1024]; in backtrace_create_map_info_list() local
|
| /system/core/fastbootd/ |
| D | protocol.c | 64 struct fastboot_cmd *cmd; in fastboot_register() local 155 struct fastboot_cmd *cmd; in protocol_handle_command() local
|
| /system/core/init/ |
| D | signal_handler.c | 52 struct command *cmd; in wait_for_one_process() local
|
| D | init_parser.c | 574 struct command *cmd; in queue_builtin_action() local 654 struct command *cmd; in parse_line_service() local 848 struct command *cmd; in parse_line_action() local
|
| /system/core/adb/ |
| D | services.c | 202 static int create_subproc_pty(const char *cmd, const char *arg0, const char *arg1, pid_t *pid) in create_subproc_pty() 257 static int create_subproc_raw(const char *cmd, const char *arg0, const char *arg1, pid_t *pid) in create_subproc_raw() 446 char* cmd; in service_to_fd() local
|
| /system/extras/verity/ |
| D | build_verity_metadata.py | 14 def run(cmd): argument
|