HomeSort by relevance Sort by last modified time
    Searched defs:ReadFileToString (Results 1 - 10 of 10) 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 63 int JSONFileValueDeserializer::ReadFileToString(std::string* json_string) {
65 if (!base::ReadFileToString(json_file_path_, json_string)) {
106 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 164 bool ReadFileToString(const FilePath& path, std::string* contents) {
  /system/core/base/
file.cpp 70 bool ReadFileToString(const std::string& path, std::string* content, bool follow_symlinks) {
  /art/runtime/base/
file_utils.cc 67 bool ReadFileToString(const std::string& file_name, std::string* result) {
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_test.cpp 121 void ReadFileToString(const std::string& path, std::string* content) {
122 ASSERT_TRUE(android::base::ReadFileToString(path, content))
133 ReadFileToString(from, &content);
655 ReadFileToString(path, &actual_content);
866 ReadFileToString(path_, &out);
    [all...]
  /system/tpm/tpm_manager/client/
main.cc 138 bool ReadFileToString(const std::string& filename, std::string* data) {
139 return base::ReadFileToString(base::FilePath(filename), data);
426 if (!ReadFileToString(input_file, &data)) {
  /external/tensorflow/tensorflow/core/platform/
env.cc 380 Status ReadFileToString(Env* env, const string& fname, string* data) {

Completed in 124 milliseconds