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

  /build/tools/signapk/
SignApk.java 409 JarEntry outEntry = null;
412 outEntry = new JarEntry(inEntry);
415 outEntry = new JarEntry(name);
417 outEntry.setTime(timestamp);
418 out.putNextEntry(outEntry);
  /frameworks/base/include/utils/
ResourceTypes.h     [all...]

Completed in 210 milliseconds