Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp2857 std::wstring wargs = L"\"" + wexe + L"\""; in adb_launch_process() local
2864 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()