Home
last modified time | relevance | path

Searched refs:tempfile_path_prefix (Results 1 – 1 of 1) 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…
330 char *filename, *tempfile_path_prefix; member
368 iterator->tempfile_path_prefix = 0; in FLAC__metadata_simple_iterator_new()
393 if(0 != iterator->tempfile_path_prefix) { in simple_iterator_free_guts_()
394 free(iterator->tempfile_path_prefix); in simple_iterator_free_guts_()
395 iterator->tempfile_path_prefix = 0; in simple_iterator_free_guts_()
477 …*iterator, const char *filename, FLAC__bool preserve_file_stats, const char *tempfile_path_prefix);
482 …const char *tempfile_path_prefix = 0; /*@@@ search for comments near 'flac_rename(...)' for what i… in FLAC__metadata_simple_iterator_init() local
496 …if(0 != tempfile_path_prefix && 0 == (iterator->tempfile_path_prefix = strdup(tempfile_path_prefix in FLAC__metadata_simple_iterator_init()
1403 static FLAC__bool chain_rewrite_file_(FLAC__Metadata_Chain *chain, const char *tempfile_path_prefix) in chain_rewrite_file_() argument
[all …]