Searched defs:apkSigner (Results 1 - 2 of 2) sorted by relevance

/build/make/tools/signapk/src/com/android/signapk/
H A DSignApk.java344 ApkSignerEngine apkSigner,
357 apkSigner.outputJarEntry(entryName);
373 ApkSignerEngine apkSigner,
414 if (!shouldOutputApkEntry(apkSigner, in, inEntry, buffer)) {
465 (apkSigner != null) ? apkSigner.outputJarEntry(name) : null;
490 if (!shouldOutputApkEntry(apkSigner, in, inEntry, buffer)) {
499 (apkSigner != null) ? apkSigner.outputJarEntry(name) : null;
518 ApkSignerEngine apkSigner, JarFil
343 addV1Signature( ApkSignerEngine apkSigner, ApkSignerEngine.OutputJarSignatureRequest v1Signature, JarOutputStream out, long timestamp) argument
370 copyFiles( JarFile in, Pattern ignoredFilenamePattern, ApkSignerEngine apkSigner, JarOutputStream out, long timestamp, int defaultAlignment) argument
517 shouldOutputApkEntry( ApkSignerEngine apkSigner, JarFile inFile, JarEntry inEntry, byte[] tmpbuf) argument
[all...]
/build/tools/signapk/src/com/android/signapk/
H A DSignApk.java344 ApkSignerEngine apkSigner,
357 apkSigner.outputJarEntry(entryName);
373 ApkSignerEngine apkSigner,
414 if (!shouldOutputApkEntry(apkSigner, in, inEntry, buffer)) {
465 (apkSigner != null) ? apkSigner.outputJarEntry(name) : null;
490 if (!shouldOutputApkEntry(apkSigner, in, inEntry, buffer)) {
499 (apkSigner != null) ? apkSigner.outputJarEntry(name) : null;
518 ApkSignerEngine apkSigner, JarFil
343 addV1Signature( ApkSignerEngine apkSigner, ApkSignerEngine.OutputJarSignatureRequest v1Signature, JarOutputStream out, long timestamp) argument
370 copyFiles( JarFile in, Pattern ignoredFilenamePattern, ApkSignerEngine apkSigner, JarOutputStream out, long timestamp, int defaultAlignment) argument
517 shouldOutputApkEntry( ApkSignerEngine apkSigner, JarFile inFile, JarEntry inEntry, byte[] tmpbuf) argument
[all...]

Completed in 52 milliseconds