OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:folderPath
(Results
1 - 6
of
6
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java
73
if (mValues.
folderPath
!= null) {
74
mWsFolderPathTextField.setText(mValues.
folderPath
);
155
mValues.
folderPath
= wsFolderPath;
213
mValues.
folderPath
= newPath;
NewXmlFileWizard.java
386
public String
folderPath
;
422
if (project != null &&
folderPath
!= null &&
folderPath
.length() > 0
424
IPath dest = new Path(
folderPath
).append(fileName);
NewXmlFileCreationPage.java
724
mValues.
folderPath
= targetWsFolderPath
[
all
...]
/sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java
276
* @param
folderPath
the path to the folder.
278
private void parseFolder(String
folderPath
) {
279
File f = new File(
folderPath
);
281
printAndExit(String.format("%1$s is not a valid folder",
folderPath
),
294
f = new File(
folderPath
+ File.separator + file);
/prebuilts/devtools/tools/lib/
sdklib.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
Completed in 166 milliseconds