Searched refs:wargs (Results 1 – 1 of 1) sorted by relevance
2857 std::wstring wargs = L"\"" + wexe + L"\""; in adb_launch_process() local2864 wargs += L" \""; in adb_launch_process()2865 wargs += warg; in adb_launch_process()2866 wargs += L'\"'; in adb_launch_process()2877 const auto created = CreateProcessW(wexe.c_str(), wargs.data(), in adb_launch_process()