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

  /external/chromium_org/base/win/
shortcut_unittest.cc 93 char read_contents[arraysize(kFileContents)]; local
94 file_util::ReadFile(resolved_name, read_contents, arraysize(read_contents));
95 EXPECT_STREQ(kFileContents, read_contents);
106 char read_contents[arraysize(kFileContents)]; local
107 file_util::ReadFile(resolved_name, read_contents, arraysize(read_contents));
108 EXPECT_STREQ(kFileContents, read_contents);
159 char read_contents[arraysize(kFileContents2)]; local
160 file_util::ReadFile(resolved_name, read_contents, arraysize(read_contents))
    [all...]
  /external/chromium_org/ppapi/tests/
test_flash_file.cc 136 std::string read_contents; local
138 ASSERT_FALSE(ReadFile(file_handle, &read_contents));
147 ASSERT_TRUE(ReadFile(file_handle, &read_contents));
148 ASSERT_EQ(contents, read_contents);
159 std::string read_contents; local
175 ASSERT_TRUE(ReadFile(file_handle, &read_contents));
176 ASSERT_EQ(contents, read_contents);
314 std::string read_contents; local
315 ASSERT_TRUE(ReadFile(file_handle, &read_contents));
316 ASSERT_EQ(contents, read_contents);
    [all...]
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_win_unittest.cc 303 std::string read_contents; local
304 EXPECT_TRUE(copy.GetFileContents(&filename, &read_contents));
306 EXPECT_EQ(file_contents, read_contents);
  /external/chromium/net/base/
file_stream_unittest.cc 888 std::string read_contents; local
889 EXPECT_TRUE(file_util::ReadFileToString(temp_file_path(), &read_contents));
891 EXPECT_EQ("01230123", read_contents);
  /external/chromium_org/net/base/
file_stream_unittest.cc 1019 std::string read_contents; local
1020 EXPECT_TRUE(file_util::ReadFileToString(temp_file_path(), &read_contents));
1022 EXPECT_EQ("01230123", read_contents);
    [all...]
  /external/chromium/base/
file_util_unittest.cc 1199 const std::wstring read_contents = ReadTextFile(dest_file); local
1401 std::wstring read_contents = ReadTextFile(resolved_name); local
    [all...]
  /external/chromium_org/base/
file_util_unittest.cc 1522 const std::wstring read_contents = ReadTextFile(dest_file); local
    [all...]

Completed in 2591 milliseconds