Searched defs:ReadFileToString (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/testing/
H A Dfile.cc65 bool File::ReadFileToString(const string& name, string* output) { function in class:google::protobuf::File
82 GOOGLE_CHECK(ReadFileToString(name, output)) << "Could not read: " << name;
/external/valgrind/tsan/
H A Dcommon_util.cc115 string ReadFileToString(const string &file_name, bool die_if_failed) { function
/external/chromium/base/
H A Dfile_util.cc153 bool ReadFileToString(const FilePath& path, std::string* contents) { function in namespace:file_util

Completed in 130 milliseconds