HomeSort by relevance Sort by last modified time
    Searched refs:outEntry (Results 1 - 2 of 2) sorted by null

  /build/tools/signapk/
SignApk.java 445 JarEntry outEntry = null;
448 outEntry = new JarEntry(inEntry);
451 outEntry = new JarEntry(name);
453 outEntry.setTime(timestamp);
454 out.putNextEntry(outEntry);
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]

Completed in 1098 milliseconds