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

  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_file.c 220 char command_string[ command_len + 1 ]; local
222 copy_from_user ( command_string, command, 0,
223 sizeof ( command_string ) );
224 DBG ( " %s", command_string );
226 if ( ( rc = system ( command_string ) ) != 0 ) {
  /development/testrunner/
adb_interface.py 54 def SendCommand(self, command_string, timeout_time=60, retry_count=3):
58 command_string: adb command to run
69 adb_cmd = "adb %s %s" % (self._target_arg, command_string)
231 command_string = self._BuildInstrumentationCommandPath(
236 logger.Log(command_string)
239 self.SendShellCommand(command_string, timeout_time=timeout_time,
301 command_string = "am instrument"
303 command_string += " --user %s" % user
305 command_string += " --no_window_animation"
308 command_string +=
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
ts_proxy_server.py 92 def _IssueCommand(self, command_string, timeout):
93 logging.info('Issuing command to ts_proxy_server: %s', command_string)
95 self._proc.stdin.write('%s\n' % command_string)
105 (repr(command_string), '\n'.join(command_output)))
  /frameworks/native/cmds/dumpstate/
DumpstateUtil.cpp 211 std::string command_string; local
214 command_string += kSuPath;
216 command_string += " root ";
220 command_string += args[i + starting_index];
222 command_string += " ";
227 const char* command = command_string.c_str();
241 MYLOGI(logging_message.c_str(), command_string.c_str());
252 dprintf(fd, "%s: skipped on dry run\n", command_string.c_str());
  /external/openssh/
sshconnect.c 109 char *command_string; local
121 command_string = expand_proxy_command(proxy_command, options.user,
123 debug("Executing proxy dialer command: %.500s", command_string);
151 argv[2] = command_string;
166 free(command_string);
187 char *command_string; local
200 command_string = expand_proxy_command(proxy_command, options.user,
202 debug("Executing proxy command: %.500s", command_string);
228 argv[2] = command_string;
249 free(command_string);
    [all...]
readconf.c 419 char *shell, *command_string; local
431 xasprintf(&command_string, "exec %s", cmd);
457 argv[2] = command_string;
472 free(command_string);
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
cpu_tracing_agent.py 196 def _ParseCommandString(self, command_string):
197 groups = re.match(r'^([^,]+),(.*),([0-9]+)$', command_string).groups()
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1864 milliseconds