Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp2858 std::wstring warg; in adb_launch_process() local
2860 warg.clear(); in adb_launch_process()
2861 if (!android::base::UTF8ToWide(arg.data(), arg.size(), &warg)) { in adb_launch_process()
2865 wargs += warg; in adb_launch_process()