Searched defs:file_contents (Results 1 – 10 of 10) sorted by relevance
50 def VerifySignature(filename, file_contents, signature, pubkeyfile): argument
76 def FindAllCommentBlocks(self, file_contents): argument
161 ByteBuffer file_contents(reinterpret_cast<uint8_t *>(mapping) in DumpFile() local
63 char *file_contents; in ParseFromFile() local
62 void ReadFile(const string& file_name, string* file_contents) { in ReadFile()
57 std::vector<char> file_contents (length,'\0'); in Dump() local
370 string file_contents; in ExpectFileContents() local
435 string file_contents; in ReadDescriptorSet() local
615 char* file_contents = GetFileContents(filename.c_str(), &file_length); in main() local
770 string file_contents; member