Home
last modified time | relevance | path

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

/third_party/cef/tests/shared/browser/
Dresource_util_posix.cc22 bool ReadFileToString(const char* path, std::string& data) { in ReadFileToString() function
Dfile_util.cc35 bool ReadFileToString(const std::string& path, in ReadFileToString() function
/third_party/protobuf/src/google/protobuf/testing/
Dfile.cc73 bool File::ReadFileToString(const string& name, string* output, bool text_mode) { in ReadFileToString() function in google::protobuf::File
/third_party/gn/src/base/files/
Dfile_util.cc175 bool ReadFileToString(const FilePath& path, std::string* contents) { in ReadFileToString() function
/third_party/skia/third_party/externals/angle2/src/common/
Dstring_utils.cpp158 bool ReadFileToString(const std::string &path, std::string *stringOut) in ReadFileToString() function