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

/external/libchrome/base/files/
H A Dfile_util.cc143 bool read_status = true; local
152 read_status = false;
158 read_status = read_status && !ferror(file);
161 return read_status;
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp126 int read_status = pReader->Read(pos, 1, &temp_byte); local
128 if (read_status < 0)
130 else if (read_status > 0) // No data to read.
159 read_status = pReader->Read(pos + i, 1, &temp_byte);
161 if (read_status < 0)
163 else if (read_status > 0)
4325 const int read_status = local
4327 if (read_status) {
4380 const int read_status = local
4382 if (read_status) {
4402 const int read_status = local
4424 const int read_status = local
[all...]
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.cc125 int read_status = pReader->Read(pos, 1, &temp_byte); local
127 if (read_status < 0)
129 else if (read_status > 0) // No data to read.
158 read_status = pReader->Read(pos + i, 1, &temp_byte);
160 if (read_status < 0)
162 else if (read_status > 0)
4324 const int read_status = local
4326 if (read_status) {
4379 const int read_status = local
4381 if (read_status) {
4401 const int read_status = local
4423 const int read_status = local
[all...]

Completed in 74 milliseconds