neteq_unittest.cc | 135 FILE* input_fp_; member in class:webrtc::RefFiles 141 : input_fp_(NULL), 144 input_fp_ = fopen(input_file.c_str(), "rb"); 145 EXPECT_TRUE(input_fp_ != NULL); 154 if (input_fp_) { 155 EXPECT_EQ(EOF, fgetc(input_fp_)); // Make sure that we reached the end. 156 fclose(input_fp_); 183 if (input_fp_) { 186 ASSERT_EQ(length, fread(ref, sizeof(T), length, input_fp_)); 211 if (!input_fp_) [all...] |