Home
last modified time | relevance | path

Searched defs:ReadFileToString (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/files/
Dfile_util.cc127 bool ReadFileToString(const FilePath& path, in ReadFileToString() function
164 bool ReadFileToString(const FilePath& path, std::string* contents) { in ReadFileToString() function
/external/libchrome/base/json/
Djson_file_value_serializer.cc65 int JSONFileValueDeserializer::ReadFileToString(std::string* json_string) { in ReadFileToString() function in JSONFileValueDeserializer
/external/protobuf/src/google/protobuf/testing/
Dfile.cc65 bool File::ReadFileToString(const string& name, string* output) { in ReadFileToString() function in google::protobuf::File