Home
last modified time | relevance | path

Searched defs:projectDir (Results 1 – 2 of 2) sorted by relevance

/sdk/sdkmanager/app/src/com/android/sdkmanager/
DMain.java388 String projectDir = getProjectLocation(mSdkCommandLine.getParamLocationPath()); in createProject() local
437 String projectDir = getProjectLocation(mSdkCommandLine.getParamLocationPath()); in createTestProject() local
553 String projectDir = getProjectLocation(mSdkCommandLine.getParamLocationPath()); in createExportProject() local
603 String projectDir = getProjectLocation(mSdkCommandLine.getParamLocationPath()); in updateProject() local
651 String projectDir = getProjectLocation(mSdkCommandLine.getParamLocationPath()); in updateTestProject() local
663 String projectDir = getProjectLocation(mSdkCommandLine.getParamLocationPath()); in updateExportProject() local
687 File projectDir = new File(newProjectLocation); in getProjectLocation() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DNewProjectCreationPage.java1594 File projectDir = new File(projectPath); in validateSourceFolder() local