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

1 2 3 4 5 6 7 8910

  /system/extras/simpleperf/
read_elf.cpp 134 if (!android::base::ReadFileToString(filename, &content)) {
cmd_report.cpp 558 if (!android::base::ReadFileToString(args[i], &kallsyms)) {
    [all...]
cmd_record.cpp     [all...]
  /system/security/keystore/
keystore_cli_v2.cpp 265 if (!base::ReadFileToString(path, &content)) {
  /system/tpm/attestation/common/
tpm_utility_v1.cc 58 base::ReadFileToString(base::FilePath(file_name), &content);
  /system/vold/
KeyStorage.cpp 142 static bool readFileToString(const std::string& filename, std::string* result) {
143 if (!android::base::ReadFileToString(filename, result)) {
196 if (!readFileToString(filename, &secdiscardable)) return false;
208 if (!readFileToString(kmKeyPath, &kmKey)) return KeymasterOperation();
507 if (!readFileToString(dir + "/" + kFn_version, &version)) return false;
515 if (!readFileToString(dir + "/" + kFn_stretching, &stretching)) return false;
518 if (!readFileToString(dir + "/" + kFn_salt, &salt)) return false;
523 if (!readFileToString(dir + "/" + kFn_encrypted_key, &encryptedMessage)) return false;
540 if (!readFileToString(dir + "/" + kFn_keymaster_key_blob, &kmKey)) return false;
  /frameworks/native/cmds/dumpstate/
utils.cpp 140 if (!android::base::ReadFileToString(path_, &content)) {
    [all...]
  /bionic/libc/malloc_debug/
malloc_debug.cpp 828 if (!android::base::ReadFileToString("/proc/self/maps", &content)) {
  /bootable/recovery/
install.cpp 664 if (!android::base::ReadFileToString(UNCRYPT_STATUS, &uncrypt_status)) {
  /external/libchrome/base/json/
json_reader_unittest.cc 581 ASSERT_TRUE(ReadFileToString(path.AppendASCII("bom_feff.json"), &input));
  /external/v4l2_codec2/tests/
C2VDAComponent_test.cpp 62 base::ReadFileToString(filepath, &allMD5s);
  /frameworks/base/tools/aapt2/cmd/
Compile.cpp 519 if (!android::base::ReadFileToString(path_data.source.path, &content,
  /frameworks/native/cmds/atrace/
atrace.cpp 677 if (!android::base::ReadFileToString(g_traceFolder + k_ftraceFilterPath, &buf)) {
    [all...]
  /frameworks/native/cmds/surfacereplayer/replayer/
Replayer.cpp 65 if (!android::base::ReadFileToString(filename, &input, true)) {
  /frameworks/native/libs/vr/libpdx_default_transport/
pdx_benchmarks.cpp 94 base::ReadFileToString(base::FilePath{stats_path}, &line);
    [all...]
  /system/core/debuggerd/
debuggerd_test.cpp 103 if (!android::base::ReadFileToString("/proc/sys/fs/pipe-max-size", &pipe_size_str)) {
  /system/core/fs_mgr/
fs_mgr_fstab.cpp 195 if (android::base::ReadFileToString(file_name, dt_value)) {
    [all...]
  /system/core/logd/
LogTags.cpp 194 if (android::base::ReadFileToString(filename, &content)) {
  /system/update_engine/common/
utils.cc     [all...]
  /bionic/tests/
dlext_test.cpp 849 ASSERT_TRUE(android::base::ReadFileToString(lib_path, &content)) << strerror(errno);
    [all...]
unistd_test.cpp 1006 ASSERT_TRUE(android::base::ReadFileToString("/sys/devices/system/cpu/online", &line));
    [all...]
  /system/core/liblog/tests/
liblog_test.cpp     [all...]
  /system/core/adb/
file_sync_client.cpp 717 if (!android::base::ReadFileToString(lpath, &data, true)) {
    [all...]
  /art/dexdump/
dexdump.cc     [all...]
  /external/avb/test/
avb_slot_verify_unittest.cc     [all...]

Completed in 560 milliseconds

1 2 3 4 5 6 7 8910