Searched defs:ReadFileToString (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/base/json/
H A Djson_file_value_serializer.cc46 int JSONFileValueSerializer::ReadFileToString(std::string* json_string) { function in class:JSONFileValueSerializer
48 if (!base::ReadFileToString(json_file_path_, json_string)) {
86 int error = ReadFileToString(&json_string);
/external/chromium_org/third_party/angle/samples/angle/sample_util/
H A Dshader_utils.cpp13 static std::string ReadFileToString(const std::string &source) function
63 std::string source = ReadFileToString(sourcePath);
117 std::string vsSource = ReadFileToString(vsPath);
118 std::string fsSource = ReadFileToString(fsPath);
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.cc65 bool File::ReadFileToString(const string& name, string* output) { function in class:google::protobuf::File
82 GOOGLE_CHECK(ReadFileToString(name, output)) << "Could not read: " << name;
/external/protobuf/src/google/protobuf/testing/
H A Dfile.cc65 bool File::ReadFileToString(const string& name, string* output) { function in class:google::protobuf::File
82 GOOGLE_CHECK(ReadFileToString(name, output)) << "Could not read: " << name;
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_error_ui_util.cc40 std::string ReadFileToString(const base::FilePath& path) { function in namespace:extensions::error_ui_util::__anon5390
42 base::ReadFileToString(path, &data);
136 base::Bind(&ReadFileToString, path),
H A Dextension_loader_handler.cc39 std::string ReadFileToString(const base::FilePath& path) { function in namespace:extensions::__anon5392
43 base::ReadFileToString(path, &data);
217 base::Bind(&ReadFileToString, file_path.Append(kManifestFilename)),
/external/chromium_org/third_party/leveldatabase/src/util/
H A Denv.cc68 Status ReadFileToString(Env* env, const std::string& fname, std::string* data) { function in namespace:leveldb
/external/chromium_org/base/
H A Dfile_util.cc130 bool ReadFileToString(const FilePath& path, function in namespace:base
166 bool ReadFileToString(const FilePath& path, std::string* contents) { function in namespace:base
167 return ReadFileToString(path, contents, std::numeric_limits<size_t>::max());

Completed in 284 milliseconds