Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkGdbLaunchDelegate.java239 String shellOutput = receiver.getOutput(); in doLaunch() local
240 if (shellOutput.contains("Error type")) { //$NON-NLS-1$ in doLaunch()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DDeviceView.java585 String shellOutput = receiver.getOutput(); in launchSystrace() local
586 if (shellOutput.contains("Error type")) { //$NON-NLS-1$ in launchSystrace()