Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DChooseConfigurationPage.java73 if (mValues.folderPath != null) { in setVisible()
74 mWsFolderPathTextField.setText(mValues.folderPath); in setVisible()
155 mValues.folderPath = wsFolderPath; in onWsFolderPathUpdated()
213 mValues.folderPath = newPath; in resetFolderPath()
DNewXmlFileWizard.java386 public String folderPath; field in NewXmlFileWizard.Values
422 if (project != null && folderPath != null && folderPath.length() > 0 in getDestinationFile()
424 IPath dest = new Path(folderPath).append(fileName); in getDestinationFile()
DNewXmlFileCreationPage.java724 mValues.folderPath = targetWsFolderPath; in initializeFromSelection()
978 String wsFolderPath = mValues.folderPath; in updateFolderPath()
999 mValues.folderPath = newPath; in updateFolderPath()
/sdk/eventanalyzer/src/com/android/eventanalyzer/
DEventAnalyzer.java278 private void parseFolder(String folderPath) { in parseFolder() argument
279 File f = new File(folderPath); in parseFolder()
281 printAndExit(String.format("%1$s is not a valid folder", folderPath), in parseFolder()
294 f = new File(folderPath + File.separator + file); in parseFolder()