Searched refs:wexe (Results 1 – 1 of 1) sorted by relevance
3045 std::wstring wexe; in adb_launch_process() local3046 if (!android::base::UTF8ToWide(executable.data(), executable.size(), &wexe)) { in adb_launch_process()3050 std::wstring wargs = L"\"" + wexe + L"\""; in adb_launch_process()3070 const auto created = CreateProcessW(wexe.c_str(), wargs.data(), in adb_launch_process()