/system/update_engine/payload_consumer/ |
D | verity_writer_android_unittest.cc | 33 partition_.target_path = temp_file_.path(); in SetUp() 42 partition_fd_->Open(partition_.target_path.c_str(), O_RDWR); in SetUp() 53 test_utils::WriteFileVector(partition_.target_path, part_data); in TEST_F() 59 utils::ReadFile(partition_.target_path, &actual_part); in TEST_F() 101 test_utils::WriteFileVector(partition_.target_path, part_data); in TEST_F() 107 utils::ReadFile(partition_.target_path, &actual_part); in TEST_F() 124 test_utils::WriteFileVector(partition_.target_path, part_data); in TEST_F() 132 utils::ReadFile(partition_.target_path, &actual_part); in TEST_F() 150 test_utils::WriteFileVector(partition_.target_path, part_data); in TEST_F() 155 utils::ReadFile(partition_.target_path, &actual_part); in TEST_F()
|
D | install_plan.cc | 119 {"target_path", partition.target_path}, in ToString() 168 partition.target_path = device->rw_device_path; in LoadPartitionsFromSlots() 171 partition.target_path.clear(); in LoadPartitionsFromSlots() 181 target_path == that.target_path && target_size == that.target_size && in operator ==()
|
D | filesystem_verifier_action_unittest.cc | 118 part.target_path = target_part_.path(); in AddFakePartition() 119 part.readonly_target_path = part.target_path; in AddFakePartition() 157 << "Failed to open " << partition->target_path.c_str() << " " in SetHashWithVerity() 288 part.target_path = a_dev; in DoTest() 408 part.target_path = "/no/such/file"; in TEST_F() 448 string target_path; in TEST_F() local 450 part_file.path(), true, &target_path); in TEST_F() 454 part.target_path = target_path; in TEST_F() 509 string target_path; in TEST_F() local 511 part_file.path(), true, &target_path); in TEST_F() [all …]
|
D | install_plan_unittest.cc | 40 .target_path = "foo-target-path", in TEST()
|
D | postinstall_runner_action.cc | 145 LOG(ERROR) << "Cannot make mountable device from " << partition.target_path; in PerformPartitionPostinstall() 205 << abs_path << ") installed on device " << partition.target_path in PerformPartitionPostinstall() 223 command.push_back(partition.target_path); in PerformPartitionPostinstall()
|
D | delta_performer_fuzzer.cc | 60 .target_path = "/dev/null", in FuzzDeltaPerformer()
|
D | verity_writer_android.cc | 119 LOG(INFO) << "Writing verity hash tree to " << partition_->target_path; in Finalize() 131 LOG(INFO) << "Writing verity FEC to " << partition_->target_path; in Finalize()
|
D | install_plan.h | 109 std::string target_path; member
|
D | postinstall_runner_action_unittest.cc | 197 part.target_path = device_path; in RunPostinstallAction() 362 part.target_path = "/dev/null"; in TEST_F()
|
D | partition_writer_unittest.cc | 94 install_part_.target_path = target_partition.path(); in PerformSourceCopyOp()
|
D | filesystem_verifier_action.cc | 404 return partition.target_path; in GetPartitionPath()
|
D | partition_writer.cc | 288 target_path_ = install_part_.target_path; in Init()
|
/system/linkerconfig/contents/tests/configuration/include/ |
D | linkerconfigparser.h | 73 std::vector<std::string>* target_path = nullptr; in ParseNamespacePath() local 75 target_path = ¤t_namespace.search_path; in ParseNamespacePath() 77 target_path = ¤t_namespace.permitted_path; in ParseNamespacePath() 79 target_path = ¤t_namespace.asan_search_path; in ParseNamespacePath() 81 target_path = ¤t_namespace.asan_permitted_path; in ParseNamespacePath() 84 ASSERT_NE(nullptr, target_path) << line; in ParseNamespacePath() 85 EXPECT_EQ(is_additional, target_path->size() != 0) in ParseNamespacePath() 89 target_path->push_back(path); in ParseNamespacePath()
|
/system/linkerconfig/generator/ |
D | variableloader.cc | 46 Result<std::string> GetRealPath(std::string target_path) { in GetRealPath() argument 48 if (realpath(target_path.c_str(), resolved_path) != nullptr) { in GetRealPath() 52 return ErrnoErrorf("Failed to get realpath from {}", target_path); in GetRealPath()
|
/system/libufdt/ |
D | ufdt_overlay.c | 325 const char *target_path; in ufdt_overlay_get_target() local 341 target_path = in ufdt_overlay_get_target() 343 if (target_path == NULL) { in ufdt_overlay_get_target() 347 *target_node = ufdt_get_node_by_path(tree, target_path); in ufdt_overlay_get_target() 349 dto_error("failed to find target-path %s\n", target_path); in ufdt_overlay_get_target()
|
/system/update_engine/payload_generator/ |
D | generate_delta_main.cc | 202 const string& target_path = config.target.partitions[i].path; in ApplyPayload() local 204 part_name, install_plan.target_slot, target_path); in ApplyPayload() 216 << " source: " << source_path << "\ttarget: " << target_path; in ApplyPayload()
|
/system/update_engine/ |
D | download_action_android_unittest.cc | 155 install_part.target_path = partition_file.path(); in TEST_F()
|
/system/apex/apexd/ |
D | apexservice_test.cpp | 2561 const std::string target_path = in ExecInMountNamespaceOf() local 2564 open(target_path.c_str(), O_RDONLY | O_CLOEXEC)); in ExecInMountNamespaceOf()
|