HomeSort by relevance Sort by last modified time
    Searched defs:newSourceFileAttribute (Results 1 - 5 of 5) sorted by null

  /external/proguard/src/proguard/obfuscate/
SourceFileRenamer.java 42 private final String newSourceFileAttribute;
47 * @param newSourceFileAttribute the new string to be put in the source file
50 public SourceFileRenamer(String newSourceFileAttribute)
52 this.newSourceFileAttribute = newSourceFileAttribute;
74 new ConstantPoolEditor((ProgramClass)clazz).addUtf8Constant(newSourceFileAttribute);
82 new ConstantPoolEditor((ProgramClass)clazz).addUtf8Constant(newSourceFileAttribute);
  /external/proguard/src/proguard/
Configuration.java 242 public String newSourceFileAttribute;
  /external/proguard/src/proguard/classfile/editor/
AttributeAdder.java 118 SourceFileAttribute newSourceFileAttribute =
123 attributesEditor.addAttribute(newSourceFileAttribute);
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 26 milliseconds