Home
last modified time | relevance | path

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

/aosp_15_r20/external/flac/oss-fuzz/
H A Dseek.cc105 FILE * file_to_decode = fopen("/tmp/tmp.flac","w"); in LLVMFuzzerTestOneInput() local
106 fwrite(data+CONFIG_LENGTH+command_length,1,size-CONFIG_LENGTH-command_length,file_to_decode); in LLVMFuzzerTestOneInput()
107 fclose(file_to_decode); in LLVMFuzzerTestOneInput()