Home
last modified time | relevance | path

Searched defs:ReadFileToString (Results 1 – 8 of 8) 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.cc61 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.cc189 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.cc88 TEST_F(DefaultEnvTest, ReadFileToString) { in TEST_F() argument
Denv.cc394 Status ReadFileToString(Env* env, const string& fname, string* data) { in ReadFileToString() function
/external/boringssl/src/crypto/test/
Dabi_test.cc688 static bool ReadFileToString(std::string *out, const char *path) { in ReadFileToString() function