Searched refs:imageFullPath (Results 1 – 1 of 1) sorted by relevance
702 String imageFullPath = target.getPath(IAndroidTarget.IMAGES); in getImageRelativePath() local706 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()