Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-port.cc578 const std::string content = ReadEntireFile(file); in GetCapturedString()
585 static std::string ReadEntireFile(FILE* file);
605 std::string CapturedStream::ReadEntireFile(FILE* file) { in ReadEntireFile() function in testing::internal::CapturedStream