Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java757 List<String> fullArgs = new ArrayList<String>(emulatorArgs); in launchEmulator() local
760 CLog.i("launching emulator with %s", fullArgs.toString()); in launchEmulator()
763 Process p = runUtil.runCmdInBackground(fullArgs, emulatorOutput); in launchEmulator()