OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:argv_to_launch
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/components/nacl/zygote/
nacl_fork_delegate_linux.cc
158
CommandLine::StringVector
argv_to_launch
;
local
176
// |helper_bootstrap_exe|. So from now on,
argv_to_launch
should be
178
argv_to_launch
= cmd_line.argv();
187
argv_to_launch
.insert(
argv_to_launch
.begin() + 1,
205
if (!base::LaunchProcess(
argv_to_launch
, options, NULL))
Completed in 189 milliseconds