Home
last modified time | relevance | path

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

/external/v8/src/inspector/build/
Dcompile-scripts.py80 exec_command = None
100 exec_command = [java_path, '-Xms1024m', '-server',
102 check_server_proc = popen(exec_command + ['-version'])
106 exec_command = exec_command.remove('-server')
113 return exec_command
/external/syslinux/com32/hdt/
Dhdt-cli.c619 static void exec_command(char *line, struct s_hardware *hardware) in exec_command() function
790 exec_command(commands[i], hardware); in start_auto_mode()
1026 exec_command(remove_spaces(INPUT), hardware); in start_cli_mode()
1101 exec_command(CLI_HELP, hardware); in start_cli_mode()