HomeSort by relevance Sort by last modified time
    Searched defs:file_contents (Results 1 - 8 of 8) sorted by null

  /external/autotest/tko/
jsonp_fetcher.cgi 26 file_contents = urllib2.urlopen('http://localhost' + path).read() variable in class:LogFileNotFound
27 result_dict['result'] = file_contents
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_suppressions.cc 65 char *file_contents; local
68 if (!ReadFileToBuffer(filename, &file_contents, &buffer_size,
75 Parse(file_contents);
  /external/autotest/client/site_tests/network_ShillInitScripts/
network_ShillInitScripts.py 330 def file_contents(self, filename): member in class:network_ShillInitScripts
462 self.assure(self.magic_header in self.file_contents(shill_profile),
482 self.assure(self.magic_header not in self.file_contents(shill_profile),
590 self.file_contents(self.new_shill_user_profile),
671 self.file_contents(self.new_shill_user_profile),
695 self.file_contents(self.new_shill_user_profile),
716 self.file_contents(self.new_shill_user_profile),
742 self.file_contents(self.new_shill_user_profile),
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 276 string file_contents; local
280 file_contents.append(reinterpret_cast<const char*>(data), size);
283 EXPECT_EQ(expected_contents, file_contents);
command_line_interface_unittest.cc 474 string file_contents; local
475 GOOGLE_CHECK_OK(File::GetContents(path, &file_contents, true));
477 if (!descriptor_set->ParseFromString(file_contents)) {
491 string file_contents; local
492 GOOGLE_CHECK_OK(File::GetContents(path, &file_contents, true));
495 file_contents); local
    [all...]
  /art/profman/
profile_assistant_test.cc 196 bool DumpClassesAndMethods(const std::string& filename, std::string* file_contents) {
214 *file_contents = std::string(buf.get(), length);
528 std::string file_contents; local
530 file_contents += class_name + std::string("\n");
533 ASSERT_TRUE(CreateAndDump(file_contents, &output_file_contents));
534 ASSERT_EQ(output_file_contents, file_contents);
    [all...]
  /external/google-breakpad/src/common/mac/
macho_reader_unittest.cc 758 ASSERT_TRUE(file->GetContents(&file_contents));
759 file_bytes = reinterpret_cast<const uint8_t *>(file_contents.data());
762 file_contents.size(),
767 file_contents.size(),
773 string file_contents;
770 string file_contents; member in struct:ReaderFixture
    [all...]
  /external/pdfium/samples/
pdfium_test.cc 979 std::unique_ptr<char, pdfium::FreeDeleter> file_contents = local
981 if (!file_contents)
1003 RenderPdf(filename, file_contents.get(), file_length, options, events);

Completed in 716 milliseconds