Searched defs:tempfilename (Results 1 – 3 of 3) sorted by relevance
/external/flac/src/test_libFLAC/ |
D | metadata_manip.c | 187 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++/ |
D | metadata_manip.cpp | 202 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/ |
D | metadata_iterators.c | 1406 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_()
|