Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
H A Dfile_util.cc141 bool read_status = true; in ReadFileToStringWithMaxSize() local
150 read_status = false; in ReadFileToStringWithMaxSize()
165 read_status = read_status && !ferror(file); in ReadFileToStringWithMaxSize()
172 return read_status; in ReadFileToStringWithMaxSize()
/third_party/ffmpeg/libavformat/
H A Dseek.c553 int read_status; in seek_frame_generic() local
555 read_status = av_read_frame(s, pkt); in seek_frame_generic()
556 } while (read_status == AVERROR(EAGAIN)); in seek_frame_generic()
557 if (read_status < 0) in seek_frame_generic()

Completed in 3 milliseconds