Home | History | Annotate | Download | only in test

Lines Matching refs:near_file

2122     FILE* near_file = fopen(ResourceFilePath("near", input_rate).c_str(), "rb");
2131 ASSERT_TRUE(near_file != NULL);
2151 ReadChunk(near_file, int_data.get(), float_data.get(), &fwd_cb)) {
2183 fclose(near_file);