Home
last modified time | relevance | path

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

/sdk/sdkmanager/app/src/com/android/sdkmanager/
DMain.java1033 String paramFolderPath = mSdkCommandLine.getParamLocationPath(); in createAvd() local
1035 if (paramFolderPath != null) { in createAvd()
1036 avdFolder = new File(paramFolderPath); in createAvd()
1170 String paramFolderPath = mSdkCommandLine.getParamLocationPath(); in moveAvd() local
1171 if (paramFolderPath != null) { in moveAvd()
1174 File f1 = new File(paramFolderPath).getCanonicalFile(); in moveAvd()
1178 paramFolderPath = null; in moveAvd()
1188 if (newName == null && paramFolderPath == null) { in moveAvd()
1196 if (newName != null && paramFolderPath == null) { in moveAvd()
1208 paramFolderPath = f.getCanonicalPath(); in moveAvd()
[all …]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
DAvdManager.java1108 public boolean moveAvd(AvdInfo avdInfo, String newName, String paramFolderPath, ISdkLog log) { in moveAvd() argument
1111 if (paramFolderPath != null) { in moveAvd()
1115 paramFolderPath); in moveAvd()
1116 if (!f.renameTo(new File(paramFolderPath))) { in moveAvd()
1118 avdInfo.getDataFolderPath(), paramFolderPath); in moveAvd()
1126 paramFolderPath, in moveAvd()