Searched refs:tempfile_suffix (Results 1 - 1 of 1) sorted by relevance

/external/flac/libFLAC/
H A Dmetadata_iterators.c3218 static const char *tempfile_suffix = ".metadata_edit"; local
3220 if(0 == (*tempfilename = (char*)safe_malloc_add_3op_(strlen(filename), /*+*/strlen(tempfile_suffix), /*+*/1))) {
3225 strcat(*tempfilename, tempfile_suffix);
3234 if(0 == (*tempfilename = (char*)safe_malloc_add_4op_(strlen(tempfile_path_prefix), /*+*/strlen(p), /*+*/strlen(tempfile_suffix), /*+*/2))) {
3241 strcat(*tempfilename, tempfile_suffix);

Completed in 69 milliseconds