Home
last modified time | relevance | path

Searched defs:file_content (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/
Dsanitize_source_files.py110 def CopywriteChecker(file_content, unused_file_path): argument
117 def EOFOneAndOnlyOneNewlineAdder(file_content, file_path): argument
126 def SvnEOLChecker(file_content, file_path): argument
/external/libbrillo/brillo/http/
Dhttp_form_data_unittest.cc44 std::string file_content{"text line1\ntext line2\n"}; in TEST() local