OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZipAbortException
(Results
1 - 4
of
4
) sorted by null
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/build/
DuplicateFileException.java
19
import com.android.sdklib.internal.build.SignedJarBuilder.IZipEntryFilter.
ZipAbortException
;
26
public final class DuplicateFileException extends
ZipAbortException
{
ApkBuilder.java
67
public boolean checkEntry(String archivePath) throws
ZipAbortException
{
93
public boolean checkEntry(String archivePath) throws
ZipAbortException
{
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/build/
SignedJarBuilder.java
19
import com.android.sdklib.internal.build.SignedJarBuilder.IZipEntryFilter.
ZipAbortException
;
118
public static class
ZipAbortException
extends Exception {
121
public
ZipAbortException
() {
125
public
ZipAbortException
(String format, Object... args) {
129
public
ZipAbortException
(Throwable cause, String format, Object... args) {
133
public
ZipAbortException
(Throwable cause) {
143
* @throws
ZipAbortException
if writing the file should be aborted.
145
public boolean checkEntry(String archivePath) throws
ZipAbortException
;
206
* @throws
ZipAbortException
if the {@link IZipEntryFilter} filter indicated that the write
210
throws IOException,
ZipAbortException
{
[
all
...]
/sdk/anttasks/src/com/android/ant/
SignApkTask.java
143
public boolean checkEntry(String archivePath) throws
ZipAbortException
{
Completed in 58 milliseconds