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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DZipFileIndex.java491 ZipFileIndex zipFileIndex = null; field in class:ZipFileIndex.ZipDirectory
495 this.zipFileIndex = index;
610 if (zipFileIndex.symbolFilePrefixLength != 0 &&
612 dirStart += zipFileIndex.symbolFilePrefixLength;
613 fileStart += zipFileIndex.symbolFilePrefixLength;
652 directories.put(tempDirectory, new DirectoryEntry(tempDirectory, zipFileIndex));
663 directories.put(directory, new DirectoryEntry(directory, zipFileIndex));
717 private ZipFileIndex zipFileIndex; field in class:ZipFileIndex.DirectoryEntry
727 this.zipFileIndex = index;
783 if (!zipFileIndex
[all...]

Completed in 31 milliseconds