Searched defs:ReadFileToString (Results 1 – 3 of 3) sorted by relevance
65 int JSONFileValueDeserializer::ReadFileToString(std::string* json_string) { in ReadFileToString() function in JSONFileValueDeserializer
65 bool File::ReadFileToString(const string& name, string* output) { in ReadFileToString() function in google::protobuf::File
164 bool ReadFileToString(const FilePath& path, std::string* contents) { in ReadFileToString() function