Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationmanager/src/
Daidl.rs130 fn create_or_update_idsig_file( in create_or_update_idsig_file() function
288 create_or_update_idsig_file(input_fd, idsig_fd).or_service_specific_exception(-1)?; in createOrUpdateIdsigFile()
1750 let ret = create_or_update_idsig_file( in test_create_or_update_idsig_file_empty_apk()
1764 let ret = create_or_update_idsig_file( in test_create_or_update_idsig_dir_instead_of_file_for_apk()
1783 let ret = create_or_update_idsig_file( in test_create_or_update_idsig_does_not_crash_dir_on_ext4()
1799 create_or_update_idsig_file( in test_create_or_update_idsig_does_not_update_if_already_valid()
1808 create_or_update_idsig_file( in test_create_or_update_idsig_does_not_update_if_already_valid()
1828 create_or_update_idsig_file( in test_create_or_update_idsig_on_non_empty_file()
1835 create_or_update_idsig_file( in test_create_or_update_idsig_on_non_empty_file()
/packages/modules/Virtualization/demo_native/
Dmain.cpp147 Result<ScopedFileDescriptor> create_or_update_idsig_file(IVirtualizationService& service, in create_or_update_idsig_file() function
189 OR_RETURN(create_or_update_idsig_file(service, work_dir, main_apk)); in create_vm_config()