Searched defs:testfile (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/relocation_packer/src/
H A Delf_file_unittest.cc51 FILE* testfile = fopen(path.c_str(), "rb"); local
52 ASSERT_FALSE(testfile == NULL);
62 bytes = fread(buffer, 1, sizeof(buffer), testfile);
66 ASSERT_EQ(0, fclose(testfile));
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
H A Daecm_core.c27 FILE *testfile; variable
/external/webrtc/src/modules/audio_processing/aecm/
H A Daecm_core.c29 FILE *testfile; variable

Completed in 819 milliseconds