Searched refs:fetchInfo (Results 1 – 9 of 9) sorted by relevance
77 public IFileInfo fetchInfo() { in fetchInfo() method in FileStoreAdapter78 return mStore.fetchInfo(); in fetchInfo()82 public IFileInfo fetchInfo(int options, IProgressMonitor monitor) throws CoreException { in fetchInfo() method in FileStoreAdapter83 return mStore.fetchInfo(options, monitor); in fetchInfo()
1324 public IFileInfo fetchInfo(int options, IProgressMonitor monitor) throws CoreException { in fetchInfo() method in ReadWriteFileStore1325 IFileInfo info = super.fetchInfo(options, monitor); in fetchInfo()
40 if (!fileStore.fetchInfo().isDirectory() && fileStore.fetchInfo().exists()) { in openFile()
229 if (!fileStore.fetchInfo().isDirectory() && in runDexDump()230 fileStore.fetchInfo().exists()) { in runDexDump()
122 if (!fileStore.fetchInfo().exists()) { in openEditor()
154 if (!fileStore.fetchInfo().exists()) { in openInEditor()
276 if (!fileStore.fetchInfo().isDirectory() && fileStore.fetchInfo().exists()) { in open()
1219 if (!fileStore.fetchInfo().isDirectory() && fileStore.fetchInfo().exists()) { in showInclude()
597 if (!fileStore.fetchInfo().isDirectory() && fileStore.fetchInfo().exists()) { in openPath()