Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/w32/subproc/
Dsub_proc.c952 make_command_line( char *shell_name, char *full_exec_path, char **argv) in make_command_line() argument
965 have_sh = (shell_name != NULL || strstr(full_exec_path, "sh.exe")); in make_command_line()
969 if (shell_name && full_exec_path) { in make_command_line()
971 = strlen(shell_name) + 1 + strlen(full_exec_path); in make_command_line()
1085 if (shell_name && full_exec_path) { in make_command_line()
1092 while(*full_exec_path) { in make_command_line()
1093 *(command_line_i++) = *(full_exec_path++); in make_command_line()