Home | History | Annotate | Download | only in ui

Lines Matching refs:dataDir

137 	File dataDir;
209 String filter = (this.dataDir == null) ? localDataDir : this.dataDir.getPath();
210 File dir = this.dataDir;
211 this.dataDir = changeDir(filter, "Select directory for data local files");
213 if (this.dataDir != null) {
214 this.preferences.put(IPerformancesConstants.PRE_LOCAL_DATA_DIR, this.dataDir.getAbsolutePath());
215 if (dir != null && dir.getPath().equals(this.dataDir.getPath())) {
235 return resultsView.dataDir = this.dataDir;
433 this.dataDir = getSiblingView().dataDir;
439 this.dataDir = dir;
561 PerformancesView.this.results.readLocal(PerformancesView.this.dataDir, monitor, LAST_BUILD);
691 if (this.dataDir != null) {