Searched defs:paramFolderPath (Results 1 – 2 of 2) sorted by relevance
901 String paramFolderPath = mSdkCommandLine.getParamLocationPath(); in createAvd() local1021 String paramFolderPath = mSdkCommandLine.getParamLocationPath(); in moveAvd() local
1005 public boolean moveAvd(AvdInfo avdInfo, String newName, String paramFolderPath, ISdkLog log) { in moveAvd()