Home
last modified time | relevance | path

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

/development/tools/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
DAvdManager.java702 String imageFullPath = target.getPath(IAndroidTarget.IMAGES); in getImageRelativePath() local
706 if (imageFullPath.startsWith(sdkLocation) == false) { in getImageRelativePath()
712 File folder = new File(imageFullPath); in getImageRelativePath()
721 imageFullPath = imageFullPath.substring(sdkLocation.length()); in getImageRelativePath()
722 if (imageFullPath.charAt(0) == File.separatorChar) { in getImageRelativePath()
723 imageFullPath = imageFullPath.substring(1); in getImageRelativePath()
726 return imageFullPath; in getImageRelativePath()