Home
last modified time | relevance | path

Searched refs:testfile (Results 1 – 1 of 1) sorted by relevance

/bionic/tools/relocation_packer/src/
Delf_file_unittest.cc43 FILE* testfile = fopen(path.c_str(), "rb"); in OpenRelocsTestFile() local
44 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()