Searched defs:ReadFileToString (Results 1 – 8 of 8) 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
55 bool ReadFileToString(const std::string& path, std::string* result) { 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
144 bool ReadFileToString(const std::string &path, std::string *stringOut) in ReadFileToString() function
16 std::string ReadFileToString(const std::string &source) in ReadFileToString() function
158 bool ReadFileToString(const std::string &path, std::string *stringOut) in ReadFileToString() function