Home
last modified time | relevance | path

Searched defs:file_contents (Results 1 – 10 of 10) sorted by relevance

/external/v8/tools/testrunner/server/
Dsignatures.py50 def VerifySignature(filename, file_contents, signature, pubkeyfile): argument
/external/skia/tools/copyright/
Dfileparser.py76 def FindAllCommentBlocks(self, file_contents): argument
/external/google-breakpad/src/tools/mac/dump_syms/
Dmacho_dump.cc161 ByteBuffer file_contents(reinterpret_cast<uint8_t *>(mapping) in DumpFile() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_suppressions.cc63 char *file_contents; in ParseFromFile() local
/external/google-breakpad/src/processor/
Dmicrodump_processor_unittest.cc62 void ReadFile(const string& file_name, string* file_contents) { in ReadFile()
/external/lldb/source/Interpreter/
DPythonDataObjects.cpp57 std::vector<char> file_contents (length,'\0'); in Dump() local
/external/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc370 string file_contents; in ExpectFileContents() local
Dcommand_line_interface_unittest.cc435 string file_contents; in ReadDescriptorSet() local
/external/pdfium/samples/
Dpdfium_test.cc615 char* file_contents = GetFileContents(filename.c_str(), &file_length); in main() local
/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc770 string file_contents; member