Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/
Dmetadata_iterators.c118 static FLAC__bool open_tempfile_(const char *filename, const char *tempfile_path_prefix, FILE **tem…
1419 if(!open_tempfile_(chain->filename, tempfile_path_prefix, &tempfile, &tempfilename, &status)) { in chain_rewrite_file_()
3131 …if(!open_tempfile_(iterator->filename, iterator->tempfile_path_prefix, tempfile, tempfilename, &it… in simple_iterator_copy_file_prefix_()
3333 FLAC__bool open_tempfile_(const char *filename, const char *tempfile_path_prefix, FILE **tempfile, … in open_tempfile_() function
/external/flac/src/test_libFLAC/
Dmetadata_manip.c187 static FLAC__bool open_tempfile_(const char *filename, FILE **tempfile, char **tempfilename) in open_tempfile_() function
333 if(!open_tempfile_(filename, &tempfile, &tempfilename)) { in write_chain_()
/external/flac/src/test_libFLAC++/
Dmetadata_manip.cpp202 bool open_tempfile_(const char *filename, FILE **tempfile, char **tempfilename) in open_tempfile_() function
347 if(!open_tempfile_(filename, &tempfile, &tempfilename)) { in write_chain_()