Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DFileStoreAdapter.java140 public OutputStream openOutputStream(int options, IProgressMonitor monitor) in openOutputStream() method in FileStoreAdapter
142 return mStore.openOutputStream(options, monitor); in openOutputStream()