HomeSort by relevance Sort by last modified time
    Searched defs:ReadFileToString (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/testing/
file.cc 65 bool File::ReadFileToString(const string& name, string* output) {
82 GOOGLE_CHECK(ReadFileToString(name, output)) << "Could not read: " << name;
  /external/chromium/base/
file_util.cc 153 bool ReadFileToString(const FilePath& path, std::string* contents) {

Completed in 93 milliseconds