Searched refs:wcommandLine (Results 1 – 1 of 1) sorted by relevance
106 std::wstring wcommandLine; in LaunchProcess() local107 GetFlattenedWindowsCommandString(launch_info.GetArguments(), wcommandLine); in LaunchProcess()116 WCHAR *pwcommandLine = wcommandLine.empty() ? nullptr : &wcommandLine[0]; in LaunchProcess()