Searched refs:default_to_use_pty (Results 1 – 3 of 3) sorted by relevance
273 ProcessLaunchInfo::FinalizeFileActions (Target *target, bool default_to_use_pty) in FinalizeFileActions() argument355 if (default_to_use_pty && (!in_file_spec || !out_file_spec || !err_file_spec)) in FinalizeFileActions()
2552 const bool default_to_use_pty = platform_sp ? platform_sp->IsHost() : false; in Launch() local2558 default_to_use_pty ? "true" : "false"); in Launch()2560 launch_info.FinalizeFileActions (this, default_to_use_pty); in Launch()
66 bool default_to_use_pty);