Searched refs:file_contents (Results 1 – 2 of 2) sorted by relevance
474 string file_contents; in Run() local475 GOOGLE_CHECK_OK(File::GetContents(path, &file_contents, true)); in Run()477 if (!descriptor_set->ParseFromString(file_contents)) { in Run()491 string file_contents; in Run() local492 GOOGLE_CHECK_OK(File::GetContents(path, &file_contents, true)); in Run()495 file_contents); in Run()
276 string file_contents; in ExpectFileContents() local280 file_contents.append(reinterpret_cast<const char*>(data), size); in ExpectFileContents()283 EXPECT_EQ(expected_contents, file_contents); in ExpectFileContents()