This file is indexed.

/usr/lib/cli/libzeroc-ice3.5/IcePatch2.xml is in libzeroc-ice3.5-cil 3.5.1-6.4ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>IcePatch2</name>
    </assembly>
    <members>
        <member name="T:IcePatch2.PartitionOutOfRangeException">
            <summary>
            The partition argument for
            FileServer.getFileInfoSeq was not in the range 0-255.
            </summary></member>
        <member name="T:IcePatch2.FileAccessException">
            <summary>
            This exception is raised if FileServer.getFileCompressed cannot read the
            contents of a file.
            </summary></member>
        <member name="T:IcePatch2.FileServerOperations_">
            <summary>
            The interface that provides access to files.
            </summary></member>
        <member name="M:IcePatch2.FileServerOperations_.getFileInfoSeq(System.Int32,Ice.Current)">
            <summary>
            Return the FileInfoSeq for the specified partition.
            If the
            partion number is out of range, the operation throws
            PartitionOutOfRangException.
            </summary>
            <param name="partition">The partition number in the range 0-255.
            </param>
            <returns>A sequence containing the FileInfo structures for
            files in the specified partition.</returns>
            <param name="current__">The Current object for the invocation.</param></member>
        <member name="M:IcePatch2.FileServerOperations_.getChecksumSeq(Ice.Current)">
            <summary>
            Return the checksums for all partitions.
            </summary>
            <returns>A sequence containing 256 checksums. Partitions with a
            checksum that differs from the previous checksum for the same
            partition contain updated files. Partitions with a checksum
            that is identical to the previous checksum do not contain
            updated files.</returns>
            <param name="current__">The Current object for the invocation.</param></member>
        <member name="M:IcePatch2.FileServerOperations_.getChecksum(Ice.Current)">
            <summary>
            Return the master checksum for all partitions.
            If this checksum is the same
            as for a previous run, the entire file set is up-to-date.
            </summary>
            <returns>The master checksum for the file set.</returns>
            <param name="current__">The Current object for the invocation.</param></member>
        <member name="M:IcePatch2.FileServerOperations_.getFileCompressed_async(IcePatch2.AMD_FileServer_getFileCompressed,System.String,System.Int32,System.Int32,Ice.Current)">
            <summary>
            Read the specified file.
            If the read operation fails, the
            </summary>
            <param name="cb__">The callback object for the operation.</param>
            <param name="path">The pathname (relative to the data directory) for
            the file to be read.
            </param>
            <param name="pos">The file offset at which to begin reading.
            </param>
            <param name="num">The number of bytes to be read.
            </param>
            <param name="current__">The Current object for the invocation.</param></member>
        <member name="T:IcePatch2.FileServerOperationsNC_">
            <summary>
            The interface that provides access to files.
            </summary></member>
        <member name="M:IcePatch2.FileServerOperationsNC_.getFileInfoSeq(System.Int32)">
            <summary>
            Return the FileInfoSeq for the specified partition.
            If the
            partion number is out of range, the operation throws
            PartitionOutOfRangException.
            </summary>
            <param name="partition">The partition number in the range 0-255.
            </param>
            <returns>A sequence containing the FileInfo structures for
            files in the specified partition.</returns></member>
        <member name="M:IcePatch2.FileServerOperationsNC_.getChecksumSeq">
            <summary>
            Return the checksums for all partitions.
            </summary>
            <returns>A sequence containing 256 checksums. Partitions with a
            checksum that differs from the previous checksum for the same
            partition contain updated files. Partitions with a checksum
            that is identical to the previous checksum do not contain
            updated files.</returns></member>
        <member name="M:IcePatch2.FileServerOperationsNC_.getChecksum">
            <summary>
            Return the master checksum for all partitions.
            If this checksum is the same
            as for a previous run, the entire file set is up-to-date.
            </summary>
            <returns>The master checksum for the file set.</returns></member>
        <member name="M:IcePatch2.FileServerOperationsNC_.getFileCompressed_async(IcePatch2.AMD_FileServer_getFileCompressed,System.String,System.Int32,System.Int32)">
            <summary>
            Read the specified file.
            If the read operation fails, the
            </summary>
            <param name="cb__">The callback object for the operation.</param>
            <param name="path">The pathname (relative to the data directory) for
            the file to be read.
            </param>
            <param name="pos">The file offset at which to begin reading.
            </param>
            <param name="num">The number of bytes to be read.
            </param></member>
        <member name="T:IcePatch2.FileServerPrxHelper">
            <summary>
            The interface that provides access to files.
            </summary></member>
        <member name="M:IcePatch2.FileServerPrxHelper.getChecksum">
            <summary>
            Return the master checksum for all partitions.
            If this checksum is the same
            as for a previous run, the entire file set is up-to-date.
            </summary>
            <returns>The master checksum for the file set.</returns></member>
        <member name="M:IcePatch2.FileServerPrxHelper.getChecksum(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Return the master checksum for all partitions.
            If this checksum is the same
            as for a previous run, the entire file set is up-to-date.
            </summary>
            <returns>The master checksum for the file set.</returns>
            <param name="context__">The Context map to send with the invocation.</param></member>
        <member name="M:IcePatch2.FileServerPrxHelper.getChecksumSeq">
            <summary>
            Return the checksums for all partitions.
            </summary>
            <returns>A sequence containing 256 checksums. Partitions with a
            checksum that differs from the previous checksum for the same
            partition contain updated files. Partitions with a checksum
            that is identical to the previous checksum do not contain
            updated files.</returns></member>
        <member name="M:IcePatch2.FileServerPrxHelper.getChecksumSeq(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Return the checksums for all partitions.
            </summary>
            <returns>A sequence containing 256 checksums. Partitions with a
            checksum that differs from the previous checksum for the same
            partition contain updated files. Partitions with a checksum
            that is identical to the previous checksum do not contain
            updated files.</returns>
            <param name="context__">The Context map to send with the invocation.</param></member>
        <member name="M:IcePatch2.FileServerPrxHelper.getFileCompressed(System.String,System.Int32,System.Int32)">
            <summary>
            Read the specified file.
            If the read operation fails, the
            operation throws FileAccessException. This operation may only
            return fewer bytes than requested in case there was an
            end-of-file condition.
            </summary>
            <param name="path">The pathname (relative to the data directory) for
            the file to be read.
            </param>
            <param name="pos">The file offset at which to begin reading.
            </param>
            <param name="num">The number of bytes to be read.
            </param>
            <returns>A sequence containing the compressed file contents.</returns></member>
        <member name="M:IcePatch2.FileServerPrxHelper.getFileCompressed(System.String,System.Int32,System.Int32,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Read the specified file.
            If the read operation fails, the
            operation throws FileAccessException. This operation may only
            return fewer bytes than requested in case there was an
            end-of-file condition.
            </summary>
            <param name="path">The pathname (relative to the data directory) for
            the file to be read.
            </param>
            <param name="pos">The file offset at which to begin reading.
            </param>
            <param name="num">The number of bytes to be read.
            </param>
            <returns>A sequence containing the compressed file contents.</returns>
            <param name="context__">The Context map to send with the invocation.</param></member>
        <member name="M:IcePatch2.FileServerPrxHelper.getFileInfoSeq(System.Int32)">
            <summary>
            Return the FileInfoSeq for the specified partition.
            If the
            partion number is out of range, the operation throws
            PartitionOutOfRangException.
            </summary>
            <param name="partition">The partition number in the range 0-255.
            </param>
            <returns>A sequence containing the FileInfo structures for
            files in the specified partition.</returns></member>
        <member name="M:IcePatch2.FileServerPrxHelper.getFileInfoSeq(System.Int32,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Return the FileInfoSeq for the specified partition.
            If the
            partion number is out of range, the operation throws
            PartitionOutOfRangException.
            </summary>
            <param name="partition">The partition number in the range 0-255.
            </param>
            <returns>A sequence containing the FileInfo structures for
            files in the specified partition.</returns>
            <param name="context__">The Context map to send with the invocation.</param></member>
        <member name="M:IcePatch2.FileServerPrxHelper.begin_getChecksum(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Return the master checksum for all partitions.
            If this checksum is the same
            </summary>
            <param name="ctx__">The Context map to send with the invocation.</param></member>
        <member name="M:IcePatch2.FileServerPrxHelper.begin_getChecksumSeq(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Return the checksums for all partitions.
            </summary>
            <param name="ctx__">The Context map to send with the invocation.</param></member>
        <member name="M:IcePatch2.FileServerPrxHelper.begin_getFileCompressed(System.String,System.Int32,System.Int32,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Read the specified file.
            If the read operation fails, the
            </summary>
            <param name="path">The pathname (relative to the data directory) for
            the file to be read.
            </param>
            <param name="pos">The file offset at which to begin reading.
            </param>
            <param name="num">The number of bytes to be read.
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param></member>
        <member name="M:IcePatch2.FileServerPrxHelper.begin_getFileInfoSeq(System.Int32,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Return the FileInfoSeq for the specified partition.
            If the
            </summary>
            <param name="partition">The partition number in the range 0-255.
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param></member>
        <member name="T:IcePatch2.AMD_FileServer_getFileCompressed">
            <summary>
            Read the specified file.
            If the read operation fails, the
            operation throws FileAccessException. This operation may only
            return fewer bytes than requested in case there was an
            end-of-file condition.
            </summary></member>
        <member name="M:IcePatch2.AMD_FileServer_getFileCompressed.ice_response(System.Byte[])">
            <summary>
            ice_response indicates that
            the operation completed successfully.
            </summary>
            <param name="ret__">(return value) A sequence containing the compressed file contents.</param></member>
    </members>
</doc>