Searched refs:fileStore (Results 1 – 9 of 9) sorted by relevance
39 final IFileStore fileStore = EFS.getLocalFileSystem().getStore(new Path(osPath)); in openFile() local40 if (!fileStore.fetchInfo().isDirectory() && fileStore.fetchInfo().exists()) { in openFile()65 result[0] = IDE.openEditorOnFileStore(page, fileStore) != null; in openFile()
120 final IFileStore fileStore = EFS.getLocalFileSystem().getStore( in openEditor() local122 if (!fileStore.fetchInfo().exists()) { in openEditor()152 editor = IDE.openEditorOnFileStore(page, fileStore); in openEditor()
77 IFileStore fileStore = EFS.getLocalFileSystem().getStore(new Path(fname)); in openEditorFor() local81 IDE.openEditorOnFileStore( page, fileStore ); in openEditorFor()
153 final IFileStore fileStore = EFS.getLocalFileSystem().getStore(new Path(traceFilePath)); in openInEditor() local154 if (!fileStore.fetchInfo().exists()) { in openInEditor()182 IDE.openEditorOnFileStore(page, fileStore); in openInEditor()
227 IFileStore fileStore = in runDexDump()229 if (!fileStore.fetchInfo().isDirectory() && in runDexDump()230 fileStore.fetchInfo().exists()) { in runDexDump()238 IDE.openEditorOnFileStore(page, fileStore); in runDexDump()
89 private IFile getWorkspaceFile(IFileStore fileStore) { in getWorkspaceFile() argument91 IFile[] files = workspaceRoot.findFilesForLocationURI(fileStore.toURI()); in getWorkspaceFile()
275 IFileStore fileStore = EFS.getLocalFileSystem().getStore(new Path(tempPath)); in open() local276 if (!fileStore.fetchInfo().isDirectory() && fileStore.fetchInfo().exists()) { in open()298 IDE.openEditorOnFileStore(page, fileStore); in open()
1217 IFileStore fileStore = EFS.getLocalFileSystem().getStore(filePath); in showInclude() local1219 if (!fileStore.fetchInfo().isDirectory() && fileStore.fetchInfo().exists()) { in showInclude()1221 IDE.openEditorOnFileStore(page, fileStore); in showInclude()
596 IFileStore fileStore = EFS.getLocalFileSystem().getStore(filePath); in openPath() local597 if (!fileStore.fetchInfo().isDirectory() && fileStore.fetchInfo().exists()) { in openPath()599 IEditorPart target = IDE.openEditorOnFileStore(page, fileStore); in openPath()