Home
last modified time | relevance | path

Searched refs:GetFileContent (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/files/
Dimportant_file_writer_unittest.cc30 std::string GetFileContent(const FilePath& path) { in GetFileContent() function
142 EXPECT_EQ("foo", GetFileContent(writer.path())); in TEST_F()
158 EXPECT_EQ("foo", GetFileContent(writer.path())); in TEST_F()
169 EXPECT_EQ("bar", GetFileContent(writer.path())); in TEST_F()
179 EXPECT_EQ("baz", GetFileContent(writer.path())); in TEST_F()
229 EXPECT_EQ("foo", GetFileContent(writer.path())); in TEST_F()
249 EXPECT_EQ("foo", GetFileContent(writer.path())); in TEST_F()
264 EXPECT_EQ("foo", GetFileContent(writer.path())); in TEST_F()
279 EXPECT_EQ("baz", GetFileContent(writer.path())); in TEST_F()
311 EXPECT_EQ("bar", GetFileContent(writer.path())); in TEST_F()
[all …]
/external/libtextclassifier/lang_id/common/file/
Dfile-utils.cc32 bool GetFileContent(const string &filename, string *content) { in GetFileContent() function
Dfile-utils.h33 bool GetFileContent(const string &filename, string *content);