Searched refs:launch_options_copy (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/sandbox/linux/services/
H A Dnamespace_sandbox.cc145 base::LaunchOptions launch_options_copy = launch_options; local
146 launch_options_copy.pre_exec_delegate = &write_uid_gid_map_delegate;
147 launch_options_copy.clone_flags = clone_flags;
155 base::EnvironmentMap* environ = &launch_options_copy.environ;
162 return base::LaunchProcess(argv, launch_options_copy);

Completed in 109 milliseconds