Searched refs:sfv (Results 1 – 2 of 2) sorted by relevance
188 sendfilevec64_t sfv; in FileChannelImpl_transferTo0() local192 sfv.sfv_fd = srcFD; in FileChannelImpl_transferTo0()193 sfv.sfv_flag = 0; in FileChannelImpl_transferTo0()194 sfv.sfv_off = (off64_t)position; in FileChannelImpl_transferTo0()195 sfv.sfv_len = count; in FileChannelImpl_transferTo0()197 result = sendfilev64(dstFD, &sfv, 1, &numBytes); in FileChannelImpl_transferTo0()
270 SignatureFileVerifier sfv = it.next(); in processEntry() local271 if (sfv.needSignatureFile(key)) { in processEntry()277 sfv.setSignatureFile(bytes); in processEntry()278 sfv.process(sigFileSigners, manifestDigests); in processEntry()300 SignatureFileVerifier sfv = in processEntry() local304 if (sfv.needSignatureFileBytes()) { in processEntry()315 pendingBlocks.add(sfv); in processEntry()318 sfv.setSignatureFile(bytes); in processEntry()321 sfv.process(sigFileSigners, manifestDigests); in processEntry()