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

  /external/chromium/net/proxy/
proxy_resolver_perftest.cc 159 std::string file_contents; local
160 bool ok = file_util::ReadFileToString(path, &file_contents);
167 int rv = resolver_->SetPacScriptByData(file_contents, NULL);
proxy_resolver_v8_unittest.cc 96 std::string file_contents; local
97 bool ok = file_util::ReadFileToString(path, &file_contents);
106 return SetPacScriptByData(file_contents, NULL);
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 364 string file_contents; local
368 file_contents.append(reinterpret_cast<const char*>(data), size);
371 EXPECT_EQ(expected_contents, file_contents);
command_line_interface_unittest.cc 390 string file_contents; local
391 if (!File::ReadFileToString(path, &file_contents)) {
394 if (!descriptor_set->ParseFromString(file_contents)) {
    [all...]
  /external/chromium/net/tools/hresolv/
hresolv.cc 372 std::string file_contents; local
373 if (!file_util::ReadFileToString(path, &file_contents)) {
379 SplitString(file_contents, '\n', &lines);
  /external/chromium/base/
file_util_unittest.cc 774 const std::wstring file_contents(L"Gooooooooooooooooooooogle");
775 CreateTextFile(file_name_from, file_contents);
796 EXPECT_EQ(file_contents, read_contents);
985 const wchar_t file_contents[] = L"This is another target."; local
    [all...]

Completed in 96 milliseconds