Home
last modified time | relevance | path

Searched refs:ReadFile (Results 1 – 25 of 45) sorted by relevance

12

/system/unwinding/libunwindstack/tests/
DMemoryXzTest.cpp28 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/
Dutil_test.cpp34 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()
Dutil.h50 Result<std::string> ReadFile(const std::string& path);
Dparser.cpp145 auto config_contents = ReadFile(path); in ParseConfigFile()
Dpersistent_properties.cpp151 auto file_contents = ReadFile(persistent_property_filename); in ReadPersistentPropertyFile()
/system/update_engine/payload_consumer/
Dcached_file_descriptor_unittest.cc92 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()
Dverity_writer_android_unittest.cc59 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()
Dbzip_extent_writer_unittest.cc71 EXPECT_TRUE(utils::ReadFile(temp_file_.path(), &buf)); in TEST_F()
112 EXPECT_TRUE(utils::ReadFile(temp_file_.path(), &output)); in TEST_F()
Dextent_writer_unittest.cc76 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()
Dfile_writer_unittest.cc46 EXPECT_TRUE(utils::ReadFile(file.path(), &actual_data)); in TEST()
Dfile_descriptor_utils_unittest.cc61 EXPECT_TRUE(utils::ReadFile(tgt_file_.path(), &target_contents)); in ExpectTarget()
Ddelta_performer_integration_test.cc177 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()
Dpartition_writer_unittest.cc104 EXPECT_TRUE(utils::ReadFile(target_partition.path(), &output_data)); in PerformSourceCopyOp()
/system/update_engine/payload_generator/
Dpayload_signer_unittest.cc142 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()
Dpayload_file_unittest.cc72 EXPECT_TRUE(utils::ReadFile(new_blobs.path(), &new_data)); in TEST_F()
Dpayload_signer.cc101 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()
Dsquashfs_filesystem.cc87 TEST_AND_RETURN_FALSE(utils::ReadFile(map_file.path(), map)); in GetFileMapContent()
118 if (!utils::ReadFile(config_path.value(), &config_content)) { in GetUpdateEngineConfig()
Dzip_unittest.cc166 utils::ReadFile(path, &in); in TYPED_TEST()
/system/update_engine/cros/
Dimage_properties_chromeos.cc156 if (utils::ReadFile(kLsbRelease, &lsb_release)) { in LogImageProperties()
161 if (utils::ReadFile(std::string(kStatefulPartition) + kLsbRelease, in LogImageProperties()
/system/extras/simpleperf/app_api/cpp/
Dsimpleperf.cpp282 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/
Dlibllkd.cpp227 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/
Dfs_avb_test_util.cpp112 EXPECT_TRUE(base::ReadFile(vbmeta_image.path, in GenerateVBMetaImage()
135 EXPECT_TRUE(base::ReadFile(vbmeta_image.path, in ExtractVBMetaImage()
Dbasic_test.cpp46 base::ReadFile(boot_path, reinterpret_cast<char*>(actual_content.data()), image_size)); in TEST_F()
/system/update_engine/common/
Dutils.h115 bool ReadFile(const std::string& path, brillo::Blob* out_p);
116 bool ReadFile(const std::string& path, std::string* out_p);
/system/update_engine/
Ddownload_action_android_unittest.cc122 ASSERT_TRUE(utils::ReadFile(manifest_file.path(), &data)); in TEST_F()

12