Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp2852 std::wstring wexe; in adb_launch_process() local
2853 if (!android::base::UTF8ToWide(executable.data(), executable.size(), &wexe)) { in adb_launch_process()
2857 std::wstring wargs = L"\"" + wexe + L"\""; in adb_launch_process()
2877 const auto created = CreateProcessW(wexe.c_str(), wargs.data(), in adb_launch_process()