Searched defs:copied_contents (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dcopy_operation_unittest.cc353 std::string copied_contents; local
354 EXPECT_TRUE(base::ReadFileToString(cache_file_path, &copied_contents));
355 EXPECT_EQ(contents, copied_contents);

Completed in 72 milliseconds