HomeSort by relevance Sort by last modified time
    Searched refs:traceDestination (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceOptions.java 32 public final String traceDestination;
50 this.traceDestination = destinationPath;
DeviceViewAction.java 98 CollectTraceAction.openInEditor(shell, traceOptions.traceDestination);
CollectTraceAction.java 149 openInEditor(shell, traceOptions.traceDestination);
229 fos = new FileOutputStream(traceOptions.traceDestination, false);

Completed in 105 milliseconds