Searched refs:FileContents (Results 1 – 10 of 10) sorted by relevance
111 std::string file1 = FileContents("en-US.dll"); in TEST_F()116 std::string file1 = FileContents("setup1.exe"); in TEST_F()117 std::string file2 = FileContents("setup2.exe"); in TEST_F()122 std::string file1 = FileContents("elf-32-1"); in TEST_F()123 std::string file2 = FileContents("elf-32-2"); in TEST_F()
23 std::string old_buffer = FileContents(src_file); in TestApplyingOldPatch()24 std::string new_buffer = FileContents(patch_file); in TestApplyingOldPatch()25 std::string expected_buffer = FileContents(expected_file); in TestApplyingOldPatch()
18 std::string file1 = FileContents("chrome64_1.exe"); in TestExe()59 std::string file1 = FileContents("setup1.exe"); in TestExe32()77 std::string file1 = FileContents("en-US-64.dll"); in TestResourceDll()
72 std::string file = FileContents("setup1.exe"); in TEST_F()77 std::string file = FileContents("chrome64_1.exe"); in TEST_F()82 std::string file = FileContents("elf-32-1"); in TEST_F()
18 std::string file1 = FileContents("setup1.exe"); in TestExe()59 std::string file1 = FileContents("pe-64.exe"); in TestExe64()77 std::string file1 = FileContents("en-US.dll"); in TestResourceDll()
20 std::string BaseTest::FileContents(const char* file_name) const { in FileContents() function in BaseTest36 result += FileContents(file_name->c_str()); in FilesContents()
16 std::string FileContents(const char* file_name) const;
20 std::string file1 = FileContents(file_name); in TestExe()
36 std::string file1 = FileContents(file_name); in FuzzExe()
296 TEST(OSExchangeDataWinTest, FileContents) { in TEST() argument