Searched defs:ReadFileToString (Results 1 – 3 of 3) sorted by relevance
127 bool ReadFileToString(const FilePath& path, in ReadFileToString() function164 bool ReadFileToString(const FilePath& path, std::string* contents) { in ReadFileToString() function
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