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

/external/chromium_org/base/win/
H A Dshortcut_unittest.cc142 char read_contents[arraysize(kFileContents)]; local
143 base::ReadFile(resolved_name, read_contents, arraysize(read_contents));
144 EXPECT_STREQ(kFileContents, read_contents);
155 char read_contents[arraysize(kFileContents)]; local
156 base::ReadFile(resolved_name, read_contents, arraysize(read_contents));
157 EXPECT_STREQ(kFileContents, read_contents);
208 char read_contents[arraysize(kFileContents2)]; local
209 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.cc304 std::string read_contents; local
305 EXPECT_TRUE(copy.GetFileContents(&filename, &read_contents));
307 EXPECT_EQ(file_contents, read_contents);
/external/chromium_org/net/disk_cache/blockfile/
H A Dblock_files.cc431 static bool read_contents = false;
432 if (read_contents) {
/external/chromium_org/build/android/pylib/device/
H A Ddevice_utils_test.py1287 read_contents=''):
1291 mock_file.read.return_value = read_contents
1319 read_contents='dalvik.vm.enableassertions=all\n')
1343 read_contents='dalvik.vm.enableassertions=all\n')
/external/chromium_org/base/files/
H A Dfile_util_unittest.cc1467 const std::wstring read_contents = ReadTextFile(dest_file); local
1468 EXPECT_EQ(file_contents, read_contents);

Completed in 4122 milliseconds