Home
last modified time | relevance | path

Searched defs:preserve_file_stats (Results 1 – 4 of 4) sorted by relevance

/external/flac/src/test_libFLAC/
Dmetadata_manip.c306 …_chain_(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__bool preserve_file_stats, FLAC_… in write_chain_()
/external/flac/src/test_libFLAC++/
Dmetadata_manip.cpp320 static bool write_chain_(FLAC::Metadata::Chain &chain, bool use_padding, bool preserve_file_stats, … in write_chain_()
/external/flac/src/libFLAC++/
Dmetadata.cpp1461 bool SimpleIterator::init(const char *filename, bool read_only, bool preserve_file_stats) in init()
1616 bool Chain::write(bool use_padding, bool preserve_file_stats) in write()
/external/flac/src/libFLAC/
Dmetadata_iterators.c480 …mpleIterator *iterator, const char *filename, FLAC__bool read_only, FLAC__bool preserve_file_stats) in FLAC__metadata_simple_iterator_init()
1705 …ta_chain_write(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__bool preserve_file_stats) in FLAC__metadata_chain_write()