Searched refs:wargs (Results 1 – 2 of 2) sorted by relevance
3050 std::wstring wargs = L"\"" + wexe + L"\""; in adb_launch_process() local3057 wargs += L" \""; in adb_launch_process()3058 wargs += warg; in adb_launch_process()3059 wargs += L'\"'; in adb_launch_process()3070 const auto created = CreateProcessW(wexe.c_str(), wargs.data(), in adb_launch_process()