Home
last modified time | relevance | path

Searched refs:ReadStreamToString (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/files/
H A Dfile_util.h282 BASE_EXPORT bool ReadStreamToString(FILE* stream, std::string* contents);
H A Dfile_util.cc300 bool ReadStreamToString(FILE* stream, std::string* contents) { in ReadStreamToString() function
H A Dfile_util_unittest.cc3980 TEST_F(FileUtilTest, ReadStreamToString) { in TEST_F() argument
3990 EXPECT_TRUE(ReadStreamToString(stream.get(), &contents)); in TEST_F()
4021 EXPECT_TRUE(ReadStreamToString(read_file.get(), &contents)); in TEST_F()
4042 EXPECT_FALSE(ReadStreamToString(nullptr, &contents)); in TEST_F()
/aosp_15_r20/external/cronet/base/test/launcher/
H A Dtest_launcher.cc750 CHECK(ReadStreamToString(output_file.get(), &result.output_file_contents) || in DoLaunchChildTestProcess()