Searched refs:wexe (Results 1 – 1 of 1) sorted by relevance
2852 std::wstring wexe; in adb_launch_process() local2853 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()