OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:make_command_line
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c
30
static char *
make_command_line
(char *shell_name, char *exec_path, char **argv);
497
command_line =
make_command_line
( shell_name, exec_path, argv);
499
command_line =
make_command_line
( shell_name, file_info.szPathName,
952
make_command_line
( char *shell_name, char *full_exec_path, char **argv)
function
Completed in 2966 milliseconds