Home
last modified time | relevance | path

Searched defs:file_content (Results 1 – 4 of 4) 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/ltp/testcases/kernel/syscalls/mmap/
Dmmap05.c70 char file_content; in main() local
/external/libbrillo/brillo/http/
Dhttp_form_data_unittest.cc44 std::string file_content{"text line1\ntext line2\n"}; in TEST() local
/external/protobuf/src/google/protobuf/compiler/cpp/
Dmetadata_test.cc181 bool AnnotationMatchesSubstring(const string& file_content, in AnnotationMatchesSubstring()