Home
last modified time | relevance | path

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

/bootable/diskinstaller/
Dinstaller.c75 exec_cmd(const char *cmd, ...) /* const char *arg, ...) */ in exec_cmd() argument
84 size = strlen(cmd) + 1; in exec_cmd()
85 va_start(ap, cmd); in exec_cmd()
97 strcpy(outbuf, cmd); in exec_cmd()
98 va_start(ap, cmd); in exec_cmd()
109 ALOGI("Error while trying to execute '%s'", cmd); in exec_cmd()
/bootable/recovery/minadbd/
Dtransport.c102 char cmd[9]; in dump_packet() local
110 cmd[n] = (char)b; in dump_packet()
113 cmd[4] = 0; in dump_packet()
117 snprintf(cmd, sizeof cmd, "%08x", command); in dump_packet()
131 name, func, cmd, arg0, arg1, len); in dump_packet()