Searched refs:read_contents (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/base/win/
H A Dshortcut_unittest.cc93 char read_contents[arraysize(kFileContents)]; local
94 base::ReadFile(resolved_name, read_contents, arraysize(read_contents));
95 EXPECT_STREQ(kFileContents, read_contents);
106 char read_contents[arraysize(kFileContents)]; local
107 base::ReadFile(resolved_name, read_contents, arraysize(read_contents));
108 EXPECT_STREQ(kFileContents, read_contents);
159 char read_contents[arraysize(kFileContents2)]; local
160 base::ReadFile(resolved_name, read_contents, arraysiz
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_flash_file.cc136 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/
H A Dos_exchange_data_win_unittest.cc303 std::string read_contents; local
304 EXPECT_TRUE(copy.GetFileContents(&filename, &read_contents));
306 EXPECT_EQ(file_contents, read_contents);
/external/chromium/net/disk_cache/
H A Dblock_files.cc355 static bool read_contents = false;
356 if (read_contents) {
/external/chromium_org/net/disk_cache/
H A Dblock_files.cc430 static bool read_contents = false;
431 if (read_contents) {
/external/chromium/net/base/
H A Dfile_stream_unittest.cc888 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/
H A Dfile_stream_unittest.cc1102 std::string read_contents; local
1103 EXPECT_TRUE(base::ReadFileToString(temp_file_path(), &read_contents));
1105 EXPECT_EQ("01230123", read_contents);
/external/chromium/base/
H A Dfile_util_unittest.cc1199 const std::wstring read_contents = ReadTextFile(dest_file); local
1200 EXPECT_EQ(file_contents, read_contents);
1401 std::wstring read_contents = ReadTextFile(resolved_name); local
1402 EXPECT_EQ(file_contents, read_contents);
/external/chromium_org/base/
H A Dfile_util_unittest.cc1414 const std::wstring read_contents = ReadTextFile(dest_file); local
1415 EXPECT_EQ(file_contents, read_contents);

Completed in 197 milliseconds