Home
last modified time | relevance | path

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

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