Home
last modified time | relevance | path

Searched defs:tempfilename (Results 1 – 3 of 3) sorted by relevance

/external/flac/src/test_libFLAC/
Dmetadata_manip.c187 static FLAC__bool open_tempfile_(const char *filename, FILE **tempfile, char **tempfilename) in open_tempfile_()
205 static void cleanup_tempfile_(FILE **tempfile, char **tempfilename) in cleanup_tempfile_()
219 static FLAC__bool transport_tempfile_(const char *filename, FILE **tempfile, char **tempfilename) in transport_tempfile_()
326 char *tempfilename; in write_chain_() local
/external/flac/src/test_libFLAC++/
Dmetadata_manip.cpp202 bool open_tempfile_(const char *filename, FILE **tempfile, char **tempfilename) in open_tempfile_()
219 void cleanup_tempfile_(FILE **tempfile, char **tempfilename) in cleanup_tempfile_()
233 bool transport_tempfile_(const char *filename, FILE **tempfile, char **tempfilename) in transport_tempfile_()
340 char *tempfilename; in write_chain_() local
/external/flac/src/libFLAC/
Dmetadata_iterators.c1406 char *tempfilename; in chain_rewrite_file_() local
2995 char *tempfilename = NULL; in rewrite_whole_file_() local
3123 …_prefix_(FLAC__Metadata_SimpleIterator *iterator, FILE **tempfile, char **tempfilename, FLAC__bool… in simple_iterator_copy_file_prefix_()
3143 …postfix_(FLAC__Metadata_SimpleIterator *iterator, FILE **tempfile, char **tempfilename, int fixup_… in simple_iterator_copy_file_postfix_()
3333 …char *filename, const char *tempfile_path_prefix, FILE **tempfile, char **tempfilename, FLAC__Meta… in open_tempfile_()
3369 FLAC__bool transport_tempfile_(const char *filename, FILE **tempfile, char **tempfilename, FLAC__Me… in transport_tempfile_()
3402 void cleanup_tempfile_(FILE **tempfile, char **tempfilename) in cleanup_tempfile_()