Home
last modified time | relevance | path

Searched refs:cmdline (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_output_test.py232 environ, cmdline = env_cmd
235 return NormalizeOutput(GetShellCommandOutput((environ, cmdline)))
/ndk/sources/host-tools/make-3.81/
Djob.c1306 char *cmdline = argv[0]; in start_job_command() local
1319 cmdline = argv[2]; /* get past "shell -c" */ in start_job_command()
1323 proc_return = system (cmdline); in start_job_command()
Dmain.c659 LPSTR cmdline = GetCommandLine(); in handle_runtime_exceptions() local
660 LPSTR prg = strtok(cmdline, " "); in handle_runtime_exceptions()