Home
last modified time | relevance | path

Searched refs:getParamLocationPath (Results 1 – 2 of 2) sorted by relevance

/development/tools/sdkmanager/app/src/com/android/sdkmanager/
DMain.java306 String projectDir = getProjectLocation(mSdkCommandLine.getParamLocationPath()); in createProject()
351 String projectDir = getProjectLocation(mSdkCommandLine.getParamLocationPath()); in createTestProject()
485 String projectDir = getProjectLocation(mSdkCommandLine.getParamLocationPath()); in updateProject()
529 String projectDir = getProjectLocation(mSdkCommandLine.getParamLocationPath()); in updateTestProject()
758 String paramFolderPath = mSdkCommandLine.getParamLocationPath(); in createAvd()
878 String paramFolderPath = mSdkCommandLine.getParamLocationPath(); in moveAvd()
DSdkCommandLine.java249 public String getParamLocationPath() { in getParamLocationPath() method in SdkCommandLine