/system/unwinding/libunwindstack/tests/ |
D | MemoryXzTest.cpp | 28 void SetUp() override { expected_content_ = ReadFile("boot_arm.oat.gnu_debugdata"); } in SetUp() 30 static std::unique_ptr<MemoryBuffer> ReadFile(const char* filename) { in ReadFile() function in unwindstack::MemoryXzTest 54 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz"); in TEST_F() 66 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz.one-block"); in TEST_F() 78 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz.odd-sizes"); in TEST_F() 89 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz.non-power"); in TEST_F() 100 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz"); in TEST_F() 113 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz"); in TEST_F() 126 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz"); in TEST_F()
|
/system/core/init/ |
D | util_test.cpp | 34 auto file_contents = ReadFile("/proc/does-not-exist"); in TEST() 46 auto file_contents = ReadFile(tf.path); in TEST() 57 auto file_contents = ReadFile(tf.path); in TEST() 65 auto file_contents = ReadFile("/system/bin/ps"); in TEST() 73 auto file_contents = ReadFile("/proc/version"); in TEST() 92 auto read_back_contents = ReadFile(tf.path); in TEST() 103 auto file_contents = ReadFile(path); in TEST() 119 auto file_contents = ReadFile(tf.path); in TEST() 123 file_contents = ReadFile(tf.path); in TEST()
|
D | util.h | 50 Result<std::string> ReadFile(const std::string& path);
|
D | parser.cpp | 145 auto config_contents = ReadFile(path); in ParseConfigFile()
|
D | persistent_properties.cpp | 151 auto file_contents = ReadFile(persistent_property_filename); in ReadPersistentPropertyFile()
|
/system/update_engine/payload_consumer/ |
D | cached_file_descriptor_unittest.cc | 92 EXPECT_TRUE(utils::ReadFile(temp_file_.path(), &blob_out)); in TEST_F() 105 EXPECT_TRUE(utils::ReadFile(temp_file_.path(), &blob_out)); in TEST_F() 126 EXPECT_TRUE(utils::ReadFile(temp_file_.path(), &blob_out)); in TEST_F() 154 EXPECT_TRUE(utils::ReadFile(temp_file_.path(), &blob_out)); in TEST_F() 167 EXPECT_TRUE(utils::ReadFile(temp_file_.path(), &blob_out)); in TEST_F() 183 EXPECT_TRUE(utils::ReadFile(temp_file_.path(), &blob_out)); in TEST_F() 200 EXPECT_TRUE(utils::ReadFile(temp_file_.path(), &blob_out)); in TEST_F()
|
D | verity_writer_android_unittest.cc | 59 utils::ReadFile(partition_.target_path, &actual_part); in TEST_F() 107 utils::ReadFile(partition_.target_path, &actual_part); in TEST_F() 132 utils::ReadFile(partition_.target_path, &actual_part); in TEST_F() 155 utils::ReadFile(partition_.target_path, &actual_part); in TEST_F()
|
D | bzip_extent_writer_unittest.cc | 71 EXPECT_TRUE(utils::ReadFile(temp_file_.path(), &buf)); in TEST_F() 112 EXPECT_TRUE(utils::ReadFile(temp_file_.path(), &output)); in TEST_F()
|
D | extent_writer_unittest.cc | 76 EXPECT_TRUE(utils::ReadFile(temp_file_.path(), &result_file)); in TEST_F() 127 EXPECT_TRUE(utils::ReadFile(temp_file_.path(), &result_file)); in WriteAlignedExtents() 166 EXPECT_TRUE(utils::ReadFile(temp_file_.path(), &resultant_data)); in TEST_F()
|
D | file_writer_unittest.cc | 46 EXPECT_TRUE(utils::ReadFile(file.path(), &actual_data)); in TEST()
|
D | file_descriptor_utils_unittest.cc | 61 EXPECT_TRUE(utils::ReadFile(tgt_file_.path(), &target_contents)); in ExpectTarget()
|
D | delta_performer_integration_test.cc | 177 EXPECT_TRUE(utils::ReadFile(a_file, &a_data)) << "file failed: " << a_file; in CompareFilesByBlock() 178 EXPECT_TRUE(utils::ReadFile(b_file, &b_data)) << "file failed: " << b_file; in CompareFilesByBlock() 283 ASSERT_TRUE(utils::ReadFile(hash_file.path(), &hash)); in SignGeneratedShellPayloadWithKeys() 292 ASSERT_TRUE(utils::ReadFile(metadata_hash_file.path(), &metadata_hash)); in SignGeneratedShellPayloadWithKeys() 646 EXPECT_TRUE(utils::ReadFile(state->delta_file->path(), &state->delta)); in ApplyDeltaFile() 923 utils::ReadFile(state->result_kernel->path(), &updated_kernel_partition)); in VerifyPayloadResult()
|
D | partition_writer_unittest.cc | 104 EXPECT_TRUE(utils::ReadFile(target_partition.path(), &output_data)); in PerformSourceCopyOp()
|
/system/update_engine/payload_generator/ |
D | payload_signer_unittest.cc | 142 EXPECT_TRUE(utils::ReadFile(GetBuildArtifactsPath(path), &public_key)); in TEST_F() 154 EXPECT_TRUE(utils::ReadFile(GetBuildArtifactsPath(kUnittestPublicKeyPath), in TEST_F() 162 EXPECT_TRUE(utils::ReadFile(GetBuildArtifactsPath(kUnittestPublicKey2Path), in TEST_F()
|
D | payload_file_unittest.cc | 72 EXPECT_TRUE(utils::ReadFile(new_blobs.path(), &new_data)); in TEST_F()
|
D | payload_signer.cc | 101 TEST_AND_RETURN_FALSE(utils::ReadFile(payload_path, &payload)); in AddSignatureBlobToPayload() 250 TEST_AND_RETURN_FALSE(utils::ReadFile(payload_path, &payload)); in VerifySignedPayload() 272 TEST_AND_RETURN_FALSE(utils::ReadFile(public_key_path, &public_key)); in VerifySignedPayload() 386 TEST_AND_RETURN_FALSE(utils::ReadFile(unsigned_payload_path, &payload)); in SignPayload()
|
D | squashfs_filesystem.cc | 87 TEST_AND_RETURN_FALSE(utils::ReadFile(map_file.path(), map)); in GetFileMapContent() 118 if (!utils::ReadFile(config_path.value(), &config_content)) { in GetUpdateEngineConfig()
|
D | zip_unittest.cc | 166 utils::ReadFile(path, &in); in TYPED_TEST()
|
/system/update_engine/cros/ |
D | image_properties_chromeos.cc | 156 if (utils::ReadFile(kLsbRelease, &lsb_release)) { in LogImageProperties() 161 if (utils::ReadFile(std::string(kStatefulPartition) + kLsbRelease, in LogImageProperties()
|
/system/extras/simpleperf/app_api/cpp/ |
D | simpleperf.cpp | 282 static std::string ReadFile(FILE* fp) { in ReadFile() function 332 *stdout = ReadFile(fdopen(stdout_fd[0], "r")); in RunCmd() 472 std::string s = ReadFile(fp); in ProfileSession()
|
/system/core/llkd/ |
D | libllkd.cpp | 227 std::string ReadFile(std::string&& path) { in ReadFile() function 237 std::string content = ReadFile(procdir + std::to_string(tid) + node); in llkProcGetName() 254 std::string content = ReadFile(procdir + std::to_string(tid) + "/status"); in llkProcGetUid() 815 auto kernel_stack = ReadFile(piddir + "/stack"); in llkCheckStack() 859 std::string schedString = ReadFile(piddir + "/sched"); in llkCheckSchedUpdate() 864 schedString = ReadFile(piddir + "/schedstat"); in llkCheckSchedUpdate() 1024 std::string stat = ReadFile(piddir + "/stat"); in llkCheck() 1052 auto cgroup = ReadFile(piddir + "/cgroup"); in llkCheck()
|
/system/core/fs_mgr/libfs_avb/tests/ |
D | fs_avb_test_util.cpp | 112 EXPECT_TRUE(base::ReadFile(vbmeta_image.path, in GenerateVBMetaImage() 135 EXPECT_TRUE(base::ReadFile(vbmeta_image.path, in ExtractVBMetaImage()
|
D | basic_test.cpp | 46 base::ReadFile(boot_path, reinterpret_cast<char*>(actual_content.data()), image_size)); in TEST_F()
|
/system/update_engine/common/ |
D | utils.h | 115 bool ReadFile(const std::string& path, brillo::Blob* out_p); 116 bool ReadFile(const std::string& path, std::string* out_p);
|
/system/update_engine/ |
D | download_action_android_unittest.cc | 122 ASSERT_TRUE(utils::ReadFile(manifest_file.path(), &data)); in TEST_F()
|