Searched refs:GetFileContent (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddummy_file_system.cc9 base::Closure DummyFileSystem::GetFileContent( function in class:drive::DummyFileSystem
H A Dfake_file_system_unittest.cc35 TEST_F(FakeFileSystemTest, GetFileContent) {
46 base::Closure cancel_download = fake_file_system_->GetFileContent(
72 cancel_download = fake_file_system_->GetFileContent(
103 base::Closure cancel_download = fake_file_system_->GetFileContent(
H A Ddrive_file_stream_reader.cc282 // Calls FileSystemInterface::GetFileContent if the file system
300 file_system->GetFileContent(drive_file_path,
306 // Helper to run FileSystemInterface::GetFileContent on UI thread.
307 void GetFileContent( function in namespace:drive::__anon3063
354 GetFileContent(
H A Ddummy_file_system.h61 virtual base::Closure GetFileContent(
H A Dfake_file_system.h89 virtual base::Closure GetFileContent(
132 // Helpers of GetFileContent.
H A Dfile_system_interface.h339 virtual base::Closure GetFileContent(
H A Dfile_system.h129 virtual base::Closure GetFileContent(
H A Dfake_file_system.cc128 base::Closure FakeFileSystem::GetFileContent( function in class:drive::test_util::FakeFileSystem
233 // Implementation of GetFileContent.
H A Dfile_system.cc582 base::Closure FileSystem::GetFileContent( function in class:drive::FileSystem
/external/chromium_org/base/files/
H A Dimportant_file_writer_unittest.cc23 std::string GetFileContent(const FilePath& path) { function in namespace:base::__anon2269
108 EXPECT_EQ("foo", GetFileContent(writer.path()));
122 EXPECT_EQ("foo", GetFileContent(writer.path()));
132 EXPECT_EQ("bar", GetFileContent(writer.path()));
142 EXPECT_EQ("baz", GetFileContent(writer.path()));
159 EXPECT_EQ("foo", GetFileContent(writer.path()));
176 EXPECT_EQ("foo", GetFileContent(writer.path()));
192 EXPECT_EQ("baz", GetFileContent(writer.path()));
/external/chromium_org/third_party/brotli/src/woff2/
H A Dfile.h25 inline std::string GetFileContent(std::string filename) { function in namespace:woff2
H A Dwoff2_compress.cc35 string input = woff2::GetFileContent(filename);
H A Dwoff2_decompress.cc36 string input = woff2::GetFileContent(filename);
/external/chromium_org/content/browser/fileapi/
H A Dlocal_file_stream_writer_unittest.cc67 std::string GetFileContent(const base::FilePath& path) { function in class:content::LocalFileStreamWriterTest
108 EXPECT_EQ("foobar", GetFileContent(path));
118 EXPECT_EQ("foxxxr", GetFileContent(path));
128 EXPECT_EQ("foobarxxx", GetFileContent(path));
162 EXPECT_EQ("foo", GetFileContent(path));
/external/chromium_org/chromeos/dbus/
H A Dsession_manager_client.cc45 std::string GetFileContent(const base::FilePath& path) { function in namespace:chromeos::__anon6133
623 base::Bind(&GetFileContent, device_policy_path),
632 base::Bind(&GetFileContent, GetUserFilePath(username, "stub_policy")),
637 return GetFileContent(GetUserFilePath(username, "stub_policy"));

Completed in 1899 milliseconds