OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:raw_pwrite
(Results
1 - 3
of
3
) sorted by null
/system/extras/libfec/
fec_verity.cpp
217
!
raw_pwrite
(f, data, FEC_BLOCKSIZE, hash_offset)) {
293
if (!
raw_pwrite
(f, hash, SHA256_DIGEST_LENGTH,
295
!
raw_pwrite
(f, data, FEC_BLOCKSIZE,
481
return
raw_pwrite
(f, metadata.get(), VERITY_METADATA_SIZE, offset);
636
if (!
raw_pwrite
(f, &magic, sizeof(magic), v->metadata_start)) {
fec_private.h
115
extern bool
raw_pwrite
(fec_handle *f, const void *buf, size_t count,
fec_read.cpp
378
!
raw_pwrite
(f, data, FEC_BLOCKSIZE, curr_offset)) {
494
bool
raw_pwrite
(fec_handle *f, const void *buf, size_t count, uint64_t offset)
function
Completed in 2474 milliseconds