Home
last modified time | relevance | path

Searched refs:clone_file (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Virtualization/virtualizationmanager/src/
Daidl.rs134 let mut input = clone_file(input_fd)?; in create_or_update_idsig_file()
143 let mut output = clone_file(idsig_fd)?; in create_or_update_idsig_file()
251 let mut image = clone_file(image_fd)?; in initializeWritablePartition()
416 let console_in_fd = console_in_fd.map(clone_file).transpose()?; in create_vm_internal()
673 let file = clone_file(file)?; in extract_vendor_hashtree_digest()
783 file: clone_file(single_touch.pfd.as_ref().ok_or(anyhow!("pfd should have value"))?)?, in to_input_device_option_from()
792 InputDevice::EvDev(evdev) => InputDeviceOption::EvDev(clone_file( in to_input_device_option_from()
795 InputDevice::Keyboard(keyboard) => InputDeviceOption::Keyboard(clone_file( in to_input_device_option_from()
798 InputDevice::Mouse(mouse) => InputDeviceOption::Mouse(clone_file( in to_input_device_option_from()
839 clone_file(image)? in assemble_disk_image()
[all …]
Datom.rs17 use crate::aidl::{clone_file, GLOBAL_SERVICE};
68 let apk_file = clone_file(apk)?; in get_vm_payload_config()