Searched refs:debug_output_to_file (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/btif_macros/src/ |
D | lib.rs | 18 fn debug_output_to_file(gen: &proc_macro2::TokenStream, filename: String) { in debug_output_to_file() function 164 debug_output_to_file(&gen, format!("out-{}.rs", fn_ident.to_string())); in btif_callbacks_dispatcher()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/ |
D | lib.rs | 22 fn debug_output_to_file(gen: &proc_macro2::TokenStream, filename: String) { in debug_output_to_file() function 301 debug_output_to_file(&gen, format!("out-{}.rs", fn_ident)); in generate_dbus_exporter() 541 debug_output_to_file( in generate_dbus_interface_client() 738 debug_output_to_file(&gen, format!("out-{}.rs", struct_ident)); in dbus_propmap() 1012 debug_output_to_file(&gen, format!("out-{}.rs", struct_ident)); in dbus_proxy_obj() 1482 debug_output_to_file(&gen, "out-generate_dbus_arg.rs".into()); in generate_dbus_arg()
|