Searched refs:AO_HAVE_FILE_OPTIONS (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dconstants.h182 AO_HAVE_FILE_OPTIONS = 1<<7, enumerator in enum:__anon619
196 F(AO_HAVE_FILE_OPTIONS) \
H A Dunpack.cpp2669 if ((archive_options & AO_HAVE_FILE_OPTIONS) != 0) {
4650 if ((archive_options & AO_HAVE_FILE_OPTIONS) != 0)
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java140 public static final int AO_HAVE_FILE_OPTIONS = 1<<7; field in class:Constants
H A DPackageWriter.java133 // Also, AO_HAVE_FILE_OPTIONS may be forced on later.
175 archiveOptions |= AO_HAVE_FILE_OPTIONS;
690 boolean haveOptions = testBit(options, AO_HAVE_FILE_OPTIONS);
695 options |= AO_HAVE_FILE_OPTIONS;
H A DPackageReader.java738 boolean haveOptions = testBit(options, AO_HAVE_FILE_OPTIONS);

Completed in 262 milliseconds