Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/files/
H A Dfile_util.cc301 return ReadStreamToStringWithMaxSize( in ReadStreamToString()
305 bool ReadStreamToStringWithMaxSize(FILE* stream, in ReadStreamToStringWithMaxSize() function
362 return ReadStreamToStringWithMaxSize(file_stream.get(), max_size, contents); in ReadFileToStringWithMaxSize()
H A Dfile_util.h286 BASE_EXPORT bool ReadStreamToStringWithMaxSize(FILE* stream,
H A Dfile_util_unittest.cc4027 TEST_F(FileUtilTest, ReadStreamToStringWithMaxSize) { in TEST_F() argument
4037 EXPECT_FALSE(ReadStreamToStringWithMaxSize(stream.get(), 2, &contents)); in TEST_F()