Home
last modified time | relevance | path

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

/external/perf_data_converter/src/
Dperf_to_profile_lib.cc18 string ReadFileToString(const string& path) { in ReadFileToString() function
/external/libchrome/base/json/
Djson_file_value_serializer.cc63 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
/external/libchrome/base/files/
Dfile_util.cc164 bool ReadFileToString(const FilePath& path, std::string* contents) { in ReadFileToString() function
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.i58 string ReadFileToString(const string& filename, TF_Status* out_status) { in ReadFileToString() function
/external/tensorflow/tensorflow/core/platform/
Denv_test.cc86 TEST_F(DefaultEnvTest, ReadFileToString) { in TEST_F() argument
Denv.cc380 Status ReadFileToString(Env* env, const string& fname, string* data) { in ReadFileToString() function