Searched refs:store_to_file_post_ (Results 1 – 1 of 1) sorted by relevance
/external/flac/src/share/grabbag/ |
D | replaygain.c | 480 static const char *store_to_file_post_(const char *filename, FLAC__Metadata_Chain *chain, FLAC__boo… in store_to_file_post_() function 517 if(0 != (error = store_to_file_post_(filename, chain, preserve_modtime))) in grabbag__replaygain_store_to_file() 537 if(0 != (error = store_to_file_post_(filename, chain, preserve_modtime))) in grabbag__replaygain_store_to_file_reference() 557 if(0 != (error = store_to_file_post_(filename, chain, preserve_modtime))) in grabbag__replaygain_store_to_file_album() 577 if(0 != (error = store_to_file_post_(filename, chain, preserve_modtime))) in grabbag__replaygain_store_to_file_title()
|