Searched refs:pathElement (Results 1 – 9 of 9) sorted by relevance
438 private static String addSuffixBeforeExtension(String pathElement, String suffix) { in addSuffixBeforeExtension() argument439 int extensionStart = pathElement.lastIndexOf('.'); in addSuffixBeforeExtension()441 StringBuilder newName = new StringBuilder(pathElement.length() + suffix.length() + 1); in addSuffixBeforeExtension()443 newName.append(pathElement); in addSuffixBeforeExtension()446 newName.append(pathElement.subSequence(0, extensionStart)); in addSuffixBeforeExtension()448 newName.append(pathElement.subSequence(extensionStart, pathElement.length())); in addSuffixBeforeExtension()
526 AutoElement pathElement("path", fWriter); in addClipResources() local527 pathElement.addPathAttributes(clipPath); in addClipResources()528 pathElement.addAttribute("clip-rule", clipRule); in addClipResources()
523 AutoElement pathElement("path", fWriter); in addClipResources() local524 pathElement.addPathAttributes(clipPath); in addClipResources()525 pathElement.addAttribute("clip-rule", clipRule); in addClipResources()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...