Home
last modified time | relevance | path

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

/third_party/python/Tools/iobench/
Diobench.py85 def read_whole_file(f): function
229 None, read_whole_file, None,
/third_party/ffmpeg/libavformat/
Dsbgdec.c859 static int read_whole_file(AVIOContext *io, int max_size, char **rbuf) in read_whole_file() function
1396 r = read_whole_file(avf->pb, sbg->max_file_size, &buf); in sbg_read_header()