Searched defs:ReadFileToString (Results 1 – 6 of 6) sorted by relevance
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
693 static bool ReadFileToString(std::string *out, const char *path) { in ReadFileToString() function