HomeSort by relevance Sort by last modified time
    Searched refs:ReadFileToString (Results 101 - 125 of 230) sorted by null

1 2 3 45 6 7 8 910

  /system/extras/simpleperf/
environment.cpp 334 if (!android::base::ReadFileToString("/proc/sys/kernel/perf_event_paranoid", &s)) {
413 if (!android::base::ReadFileToString("/proc/sys/kernel/perf_event_max_sample_rate", &s)) {
428 if (!android::base::ReadFileToString(kptr_restrict_file, &s)) {
519 if (!android::base::ReadFileToString("/proc/" + std::to_string(pid) + "/cmdline", &cmdline)) {
  /system/nfc/utils/
config.cc 112 bool config_read = ReadFileToString(file_name, &config);
  /system/tpm/attestation/server/
database_impl.cc 107 if (!base::ReadFileToString(path, data)) {
  /system/update_engine/payload_generator/
mapfile_filesystem.cc 83 if (!base::ReadFileToString(base::FilePath(mapfile_filename_), &file_data)) {
  /system/vold/
Benchmark.cpp 35 using android::base::ReadFileToString;
CheckEncryption.cpp 47 using android::base::ReadFileToString;
  /frameworks/base/tools/aapt2/util/
Files.cpp 42 using ::android::base::ReadFileToString;
210 if (!ReadFileToString(path.to_string(), &contents, true /*follow_symlinks*/)) {
  /external/tensorflow/tensorflow/python/lib/io/
file_io.i 58 string ReadFileToString(const string& filename, TF_Status* out_status) {
60 tensorflow::Status status = ReadFileToString(tensorflow::Env::Default(),
245 string ReadFileToString(const string& filename, TF_Status* out_status);
  /bootable/recovery/tests/component/
install_test.cpp 138 android::base::ReadFileToString(compatibility_zip_file.path, &compatibility_zip_content));
166 android::base::ReadFileToString(system_manifest_xml_path, &system_manifest_xml_content));
183 android::base::ReadFileToString(compatibility_zip_file.path, &compatibility_zip_content));
  /external/avb/test/
avb_atx_validate_unittest.cc 249 ASSERT_TRUE(base::ReadFileToString(base::FilePath(kMetadataPath), &tmp));
253 base::ReadFileToString(base::FilePath(kPermanentAttributesPath), &tmp));
612 base::ReadFileToString(base::FilePath(kPermanentAttributesPath), &tmp));
  /system/core/init/
init.cpp 67 using android::base::ReadFileToString;
264 if (ReadFileToString(cmdline_path, &process_cmdline)) {
410 android::base::ReadFileToString(file_name, &dt_file);
util.cpp 248 android::base::ReadFileToString("/proc/cmdline", &cmdline);
399 if (android::base::ReadFileToString(file_name, dt_content)) {
  /system/update_engine/payload_consumer/
download_action_unittest.cc 50 using base::ReadFileToString;
634 EXPECT_TRUE(ReadFileToString(p2p_manager_->FileGetPath(file_id),
687 EXPECT_TRUE(ReadFileToString(p2p_manager_->FileGetPath(file_id),
  /bootable/recovery/
ui.cpp 120 if (!android::base::ReadFileToString(max_brightness_file_, &content)) {
159 if (android::base::ReadFileToString("/proc/cmdline", &cmdline)) {
  /frameworks/base/tools/aapt2/cmd/
Optimize.cpp 50 using ::android::base::ReadFileToString;
290 if (!ReadFileToString(path, &contents, true)) {
  /system/extras/boottime_tools/bootio/
bootio_collector.cpp 210 if (!android::base::ReadFileToString("/proc/uptime", &uptime_str)) {
361 if (!android::base::ReadFileToString(getStoragePath(), &file_data)) {
  /system/netd/server/
InterfaceController.cpp 41 using android::base::ReadFileToString;
368 return ReadFileToString(path, value) ? 0 : -errno;
  /art/dexlist/
dexlist.cc 178 if (!android::base::ReadFileToString(fileName, &content)) {
179 LOG(ERROR) << "ReadFileToString failed";
  /bionic/tests/
utils.h 135 ASSERT_TRUE(android::base::ReadFileToString(filename, &content));
  /bootable/recovery/otautil/
SysUtil.cpp 68 if (!android::base::ReadFileToString(filename, &content)) {
  /bootable/recovery/tests/manual/
recovery_test.cpp 87 EXPECT_TRUE(android::base::ReadFileToString(myFilename, &buf));
  /bootable/recovery/update_verifier/
update_verifier.cpp 102 if (!android::base::ReadFileToString(path, &content)) {
  /device/google/wahoo/thermal/
thermal-helper.cpp 116 if (android::base::ReadFileToString(
  /external/libchrome/base/files/
file_util.cc 164 bool ReadFileToString(const FilePath& path, std::string* contents) {
file_util.h 146 BASE_EXPORT bool ReadFileToString(const FilePath& path, std::string* contents);

Completed in 1283 milliseconds

1 2 3 45 6 7 8 910