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()
266 SignatureFileVerifier sfv = it.next(); in processEntry() local267 if (sfv.needSignatureFile(key)) { in processEntry()273 sfv.setSignatureFile(bytes); in processEntry()274 sfv.process(sigFileSigners, manifestDigests); in processEntry()296 SignatureFileVerifier sfv = in processEntry() local300 if (sfv.needSignatureFileBytes()) { in processEntry()311 pendingBlocks.add(sfv); in processEntry()314 sfv.setSignatureFile(bytes); in processEntry()317 sfv.process(sigFileSigners, manifestDigests); in processEntry()