Searched defs:ReadFileToString (Results 1 – 5 of 5) sorted by relevance
22 bool ReadFileToString(const char* path, std::string& data) { in ReadFileToString() function
35 bool ReadFileToString(const std::string& path, in ReadFileToString() function
73 bool File::ReadFileToString(const string& name, string* output, bool text_mode) { in ReadFileToString() function in google::protobuf::File
175 bool ReadFileToString(const FilePath& path, std::string* contents) { in ReadFileToString() function
158 bool ReadFileToString(const std::string &path, std::string *stringOut) in ReadFileToString() function