Searched refs:write_into_file_at_path (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
D | scm_unittest.py | 69 def write_into_file_at_path(file_path, contents, encoding="utf-8"): function 112 write_into_file_at_path("test_file", "test1") 116 write_into_file_at_path("test_file", "test1test2") 124 write_into_file_at_path(test_file3_path, "third file") 128 write_into_file_at_path("test_file", "test1test2test3\n") 129 write_into_file_at_path("test_file2", "second file") 136 write_into_file_at_path("test_file", u"latin1 test: \u00A0\n", "latin1") 137 write_into_file_at_path("test_file2", u"utf-8 test: \u00A0\n", "utf-8") 299 write_into_file_at_path("test_file", "changed content") 301 write_into_file_at_path("test_dir/test_file3", "new stuff") [all …]
|
D | api_unittest.py | 46 def write_into_file_at_path(file_path, contents, encoding="utf-8"): function 107 write_into_file_at_path("ChangeLog1", _changelog1) 108 write_into_file_at_path("ChangeLog2", _changelog2)
|