Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/
Dmetadata_iterators.c119 static FLAC__bool transport_tempfile_(const char *filename, FILE **tempfile, char **tempfilename, F…
1453 if(!transport_tempfile_(chain->filename, &tempfile, &tempfilename, &status)) in chain_rewrite_file_()
3199 if(!transport_tempfile_(iterator->filename, tempfile, tempfilename, &iterator->status)) in simple_iterator_copy_file_postfix_()
3369 FLAC__bool transport_tempfile_(const char *filename, FILE **tempfile, char **tempfilename, FLAC__Me… in transport_tempfile_() function
/external/flac/src/test_libFLAC/
Dmetadata_manip.c219 static FLAC__bool transport_tempfile_(const char *filename, FILE **tempfile, char **tempfilename) in transport_tempfile_() function
346 if(!transport_tempfile_(filename, &tempfile, &tempfilename)) in write_chain_()
/external/flac/src/test_libFLAC++/
Dmetadata_manip.cpp233 bool transport_tempfile_(const char *filename, FILE **tempfile, char **tempfilename) in transport_tempfile_() function
360 if(!transport_tempfile_(filename, &tempfile, &tempfilename)) in write_chain_()