Searched refs:debug_output_to_file (Results 1 – 2 of 2) sorted by relevance
/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()
|
/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 296 debug_output_to_file(&gen, format!("out-{}.rs", fn_ident)); in generate_dbus_exporter() 533 debug_output_to_file( in generate_dbus_interface_client() 729 debug_output_to_file(&gen, format!("out-{}.rs", struct_ident)); in dbus_propmap() 1000 debug_output_to_file(&gen, format!("out-{}.rs", struct_ident)); in dbus_proxy_obj() 1470 debug_output_to_file(&gen, "out-generate_dbus_arg.rs".into()); in generate_dbus_arg()
|