OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:projectLocation
(Results
1 - 6
of
6
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ProjectNamePage.java
185
if (mValues.
projectLocation
!= null) {
186
mLocationText.setText(mValues.
projectLocation
.getPath());
211
if (f.exists() && f.isDirectory() && !f.equals(mValues.
projectLocation
)) {
212
mValues.
projectLocation
= f;
213
updateLocationPathField(mValues.
projectLocation
.getPath());
399
mValues.
projectLocation
= new File(sCustomLocationOsPath);
406
mValues.
projectLocation
= new File(value);
414
if (mValues.useExisting && mValues.
projectLocation
!= null
415
&& mValues.
projectLocation
.exists() && mValues.mode != Mode.SAMPLE) {
416
mValues.extractFromAndroidManifest(new Path(mValues.
projectLocation
.getPath()))
[
all
...]
NewProjectWizardState.java
50
* to by the {@link #
projectLocation
} or in the case of sample projects, the
67
public File
projectLocation
= new File(Platform.getLocation().toOSString());
SampleSelectionPage.java
212
mValues.
projectLocation
= Platform.getLocation().toFile();
ApplicationInfoPage.java
509
Path path = new Path(mValues.
projectLocation
.getPath());
569
File projectDir = mValues.
projectLocation
;
NewProjectCreator.java
319
IPath path = new Path(mValues.
projectLocation
.getPath());
392
IPath path = new Path(mValues.
projectLocation
.getPath());
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java
372
String
projectLocation
= location.toOSString();
374
ProjectProperties properties = ProjectProperties.load(
projectLocation
,
378
properties = ProjectProperties.load(
projectLocation
,
396
ProjectProperties.delete(
projectLocation
, PropertyType.LEGACY_DEFAULT);
[
all
...]
Completed in 1133 milliseconds