Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DDeviceView.java176 final String tempPath = temp.getAbsolutePath(); in onSuccess()
183 sync.pullFile(remoteFilePath, tempPath, monitor); in onSuccess()
195 open(tempPath); in onSuccess()
265 String tempPath = temp.getAbsolutePath(); in open() local
270 command[2] = tempPath; in open()
275 IFileStore fileStore = EFS.getLocalFileSystem().getStore(new Path(tempPath)); in open()
531 protected void open(String tempPath) { in createPartControl()
532 if (DdmsPlugin.getDefault().launchTraceview(tempPath) == false) { in createPartControl()
533 super.open(tempPath); in createPartControl()