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

  /external/perf_data_converter/src/
perf_to_profile_lib.cc 18 string ReadFileToString(const string& path) {
  /device/google/cuttlefish_common/guest/commands/vport_trigger/
main.cpp 44 static bool ReadFileToString(const std::string& path, std::string* content,
69 if (!ReadFileToString(sysfs, &content, true)) {
  /external/libchrome/base/json/
json_file_value_serializer.cc 61 int JSONFileValueDeserializer::ReadFileToString(std::string* json_string) {
63 if (!base::ReadFileToString(json_file_path_, json_string)) {
104 int error = ReadFileToString(&json_string);
  /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/libchrome/base/files/
file_util.cc 189 bool ReadFileToString(const FilePath& path, std::string* contents) {
  /art/libartbase/base/
file_utils.cc 78 bool ReadFileToString(const std::string& file_name, std::string* result) {
  /external/tensorflow/tensorflow/core/platform/
env.cc 394 Status ReadFileToString(Env* env, const string& fname, string* data) {

Completed in 164 milliseconds