HomeSort by relevance Sort by last modified time
    Searched refs:ReadFileToString (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/perf_data_converter/src/
perf_to_profile_lib.h 22 string ReadFileToString(const string& path);
perf_to_profile.cc 22 const auto perf_data = ReadFileToString(input);
  /external/protobuf/src/google/protobuf/testing/
file.h 53 static bool ReadFileToString(const string& name, string* output);
85 return ReadFileToString(name, output);
  /external/tensorflow/tensorflow/compiler/xla/
text_literal_writer_test.cc 42 TF_CHECK_OK(tensorflow::ReadFileToString(tensorflow::Env::Default(), path,
  /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/libbrillo/brillo/
test_helpers.h 21 EXPECT_TRUE(base::ReadFileToString(base::FilePath(file_path), &contents));
osrelease_reader.cc 43 if (!base::ReadFileToString(path, &content)) {
  /external/tensorflow/tensorflow/tools/graph_transforms/
file_utils.cc 26 ReadFileToString(Env::Default(), file_name, &file_data);
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_timeline_test.cc 73 TF_CHECK_OK(ReadFileToString(Env::Default(), dump_file + "_0", &dump_str));
87 TF_CHECK_OK(ReadFileToString(Env::Default(), dump_file + "_0", &dump_str));
tfprof_show_test.cc 90 TF_CHECK_OK(ReadFileToString(Env::Default(),
110 TF_CHECK_OK(ReadFileToString(Env::Default(), dump_file, &dump_str));
137 TF_CHECK_OK(ReadFileToString(Env::Default(), dump_file, &dump_str));
185 TF_CHECK_OK(ReadFileToString(Env::Default(), dump_file, &dump_str));
  /device/google/bonito/health/
LearnedCapacityBackupRestore.cpp 46 if (!android::base::ReadFileToString(std::string(kSysCFPersistFile), &buffer)) {
71 if (!android::base::ReadFileToString(std::string(kChgFullDesignFile), &buffer)) {
87 if (!android::base::ReadFileToString(std::string(kChgFullFile), &buffer)) {
  /external/libbrillo/policy/
policy_util.cc 22 if (!base::ReadFileToString(policy_path, policy_data_str_out)) {
  /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)) {
  /device/google/marlin/health/
LearnedCapacityBackupRestore.cpp 55 if (!android::base::ReadFileToString(std::string(kSysCFPersistFile), &buffer)) {
80 if (!android::base::ReadFileToString(std::string(kChgFullFile), &buffer)) {
HealthService.cpp 98 if (!android::base::ReadFileToString(std::string(kUFSHealthVersionFile), &version)) {
114 if (!android::base::ReadFileToString(std::string(kUFSHealthFile), &buffer)) {
156 if (!android::base::ReadFileToString(std::string(kDiskStatsFile), &buffer)) {
157 LOG(ERROR) << kDiskStatsFile << ": ReadFileToString failed.";
CycleCountBackupRestore.cpp 47 if (!android::base::ReadFileToString(std::string(kSysPersistFile), &buffer)) {
79 if (!android::base::ReadFileToString(std::string(kCycCntFile), &buffer)) {
  /device/google/wahoo/health/
LearnedCapacityBackupRestore.cpp 55 if (!android::base::ReadFileToString(std::string(kSysCFPersistFile), &buffer)) {
80 if (!android::base::ReadFileToString(std::string(kChgFullFile), &buffer)) {
HealthService.cpp 98 if (!android::base::ReadFileToString(std::string(kUFSHealthVersionFile), &version)) {
114 if (!android::base::ReadFileToString(std::string(kUFSHealthFile), &buffer)) {
160 if (!android::base::ReadFileToString(std::string(kDiskStatsFile), &buffer)) {
161 LOG(ERROR) << kDiskStatsFile << ": ReadFileToString failed.";
CycleCountBackupRestore.cpp 47 if (!android::base::ReadFileToString(std::string(kSysPersistFile), &buffer)) {
79 if (!android::base::ReadFileToString(std::string(kCycCntFile), &buffer)) {
  /frameworks/av/services/minijail/
minijail.cpp 66 if (!base::ReadFileToString(base_policy_path, &base_policy_content,
72 !base::ReadFileToString(additional_policy_path, &additional_policy_content,
  /bootable/recovery/tests/component/
imgdiff_test.cpp 135 ASSERT_TRUE(android::base::ReadFileToString(patch_file.path, &patch));
180 ASSERT_TRUE(android::base::ReadFileToString(tgt_file.path, &tgt));
182 ASSERT_TRUE(android::base::ReadFileToString(src_file.path, &src));
184 ASSERT_TRUE(android::base::ReadFileToString(patch_file.path, &patch));
234 ASSERT_TRUE(android::base::ReadFileToString(tgt_file.path, &tgt));
236 ASSERT_TRUE(android::base::ReadFileToString(src_file.path, &src));
238 ASSERT_TRUE(android::base::ReadFileToString(patch_file.path, &patch));
282 ASSERT_TRUE(android::base::ReadFileToString(tgt_file.path, &tgt));
284 ASSERT_TRUE(android::base::ReadFileToString(src_file.path, &src));
286 ASSERT_TRUE(android::base::ReadFileToString(patch_file.path, &patch))
    [all...]
updater_test.cpp 224 ASSERT_TRUE(android::base::ReadFileToString(source_file, &source_content));
231 ASSERT_TRUE(android::base::ReadFileToString(target_file, &target_content));
330 ASSERT_TRUE(android::base::ReadFileToString(temp_file1.path, &data));
337 ASSERT_TRUE(android::base::ReadFileToString(temp_file1.path, &data));
415 ASSERT_TRUE(android::base::ReadFileToString(image_file_, &updated));
481 ASSERT_TRUE(android::base::ReadFileToString(temp_file.path, &content));
489 ASSERT_TRUE(android::base::ReadFileToString(temp_file.path, &content));
572 ASSERT_TRUE(android::base::ReadFileToString(tf.path, &cmd));
597 ASSERT_TRUE(android::base::ReadFileToString(tf.path, &cmd));
633 ASSERT_TRUE(android::base::ReadFileToString(patch_file.path, &patch_content))
    [all...]
  /external/avb/test/
avb_unittest_util.cc 88 EXPECT_TRUE(base::ReadFileToString(vbmeta_digest_path, &vbmeta_digest_data));
150 EXPECT_TRUE(base::ReadFileToString(tmp_path, &info_data));
162 EXPECT_TRUE(base::ReadFileToString(tmp_path, &key_data));
  /art/libartbase/base/
file_utils.h 30 bool ReadFileToString(const std::string& file_name, std::string* result);
  /bootable/recovery/otautil/
thermalutil.cpp 66 if (!android::base::ReadFileToString(path, &content)) {

Completed in 1459 milliseconds

1 2 3 4 5 6