Searched refs:new_file_contents (Results 1 – 4 of 4) sorted by relevance
61 new_file_contents = old_file_contents.replace(64 new_file_contents = new_copyright_block + old_file_contents65 WriteStringToFile(new_file_contents, filepath)
58 new_file_contents = old_file_contents.replace(61 new_file_contents = new_copyright_block + old_file_contents62 WriteStringToFile(new_file_contents, filepath)
684 new_file_contents = []687 new_file_contents.append(line)689 new_file_contents = "\n".join(new_file_contents)691 repo_file.write(new_file_contents)
2189 const std::wstring new_file_contents(L"Moogle"); in TEST_F() local2190 CreateTextFile(file_name_from, new_file_contents); in TEST_F()2192 EXPECT_EQ(new_file_contents, ReadTextFile(file_name_from)); in TEST_F()2197 EXPECT_EQ(new_file_contents, ReadTextFile(dest_file)); in TEST_F()