Searched refs:transport_tempfile_ (Results 1 – 3 of 3) sorted by relevance
/external/flac/src/libFLAC/ |
D | metadata_iterators.c | 119 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/ |
D | metadata_manip.c | 219 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++/ |
D | metadata_manip.cpp | 233 bool transport_tempfile_(const char *filename, FILE **tempfile, char **tempfilename) in transport_tempfile_() function 360 if(!transport_tempfile_(filename, &tempfile, &tempfilename)) in write_chain_()
|