Searched refs:paramFolderPath (Results 1 – 2 of 2) sorted by relevance
1033 String paramFolderPath = mSdkCommandLine.getParamLocationPath(); in createAvd() local1035 if (paramFolderPath != null) { in createAvd()1036 avdFolder = new File(paramFolderPath); in createAvd()1170 String paramFolderPath = mSdkCommandLine.getParamLocationPath(); in moveAvd() local1171 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 …]
1108 public boolean moveAvd(AvdInfo avdInfo, String newName, String paramFolderPath, ISdkLog log) { in moveAvd() argument1111 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()