Home
last modified time | relevance | path

Searched refs:copy_n_bytes_from_file_ (Results 1 – 1 of 1) sorted by relevance

/external/flac/libFLAC/
Dmetadata_iterators.c113 static FLAC__bool copy_n_bytes_from_file_(FILE *file, FILE *tempfile, FLAC__off_t bytes, FLAC__Meta…
1423 if(!copy_n_bytes_from_file_(f, tempfile, chain->first_offset, &status)) { in chain_rewrite_file_()
3135 if(!copy_n_bytes_from_file_(iterator->file, *tempfile, offset_end, &iterator->status)) { in simple_iterator_copy_file_prefix_()
3222 FLAC__bool copy_n_bytes_from_file_(FILE *file, FILE *tempfile, FLAC__off_t bytes, FLAC__Metadata_Si… in copy_n_bytes_from_file_() function