Home
last modified time | relevance | path

Searched refs:target_device (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/payload_consumer/
Dpartition_update_generator_android.cc72 std::string target_device; in GenerateOperationsForPartitionsNotInPayload() local
74 partition_name, target_slot, true, &target_device, &is_target_dynamic)); in GenerateOperationsForPartitionsNotInPayload()
90 auto target_size = utils::FileSize(target_device); in GenerateOperationsForPartitionsNotInPayload()
99 partition_name, source_device, target_device, source_size); in GenerateOperationsForPartitionsNotInPayload()
128 const std::string& target_device, in CreatePartitionUpdate() argument
Dpartition_update_generator_android.h56 const std::string& target_device,
Dfilesystem_verifier_action_unittest.cc448 test_utils::ScopedLoopbackDeviceBinder target_device( in TEST_F() local
509 test_utils::ScopedLoopbackDeviceBinder target_device( in TEST_F() local
/system/update_engine/aosp/
Ddynamic_partition_control_android.cc859 auto target_device = in PrepareDynamicPartitionsForUpdate() local
862 return StoreMetadata(target_device, builder.get(), target_slot); in PrepareDynamicPartitionsForUpdate()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h690 std::string target_device; member
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp2453 paths->target_device = base_path; in MapPartitionWithSnapshot()
3694 *snapshot_path = paths.target_device; in MapUpdateSnapshot()