Searched refs:testfile (Results 1 – 1 of 1) sorted by relevance
43 FILE* testfile = fopen(path.c_str(), "rb"); in OpenRelocsTestFile() local44 ASSERT_FALSE(testfile == NULL) << "Error opening '" << path << "'"; in OpenRelocsTestFile()54 bytes = fread(buffer, 1, sizeof(buffer), testfile); in OpenRelocsTestFile()58 ASSERT_EQ(0, fclose(testfile)); in OpenRelocsTestFile()