Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/tools/copyright/
Dmain.py58 new_file_contents = old_file_contents.replace(
61 new_file_contents = new_copyright_block + old_file_contents
62 WriteStringToFile(new_file_contents, filepath)
/external/skia/tools/copyright/
Dmain.py58 new_file_contents = old_file_contents.replace(
61 new_file_contents = new_copyright_block + old_file_contents
62 WriteStringToFile(new_file_contents, filepath)
/external/chromium_org/ppapi/tests/
Dtest_file_mapping.cc166 std::string new_file_contents; in MapAndCheckResults() local
170 &new_file_contents, in MapAndCheckResults()
179 ASSERT_EQ(mapped_data3, new_file_contents); in MapAndCheckResults()
181 ASSERT_EQ(old_file_contents, new_file_contents); in MapAndCheckResults()