Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/windows/
DProcessLauncherWindows.cpp106 std::wstring wcommandLine; in LaunchProcess() local
107 GetFlattenedWindowsCommandString(launch_info.GetArguments(), wcommandLine); in LaunchProcess()
116 WCHAR *pwcommandLine = wcommandLine.empty() ? nullptr : &wcommandLine[0]; in LaunchProcess()