Searched refs:android_log_fd (Results 1 – 3 of 3) sorted by relevance
239 let console_out = Some(android_log_fd()?); in protected_vm_instance()241 let log = Some(android_log_fd()?); in protected_vm_instance()293 pub fn android_log_fd() -> io::Result<File> { in android_log_fd() function
108 let (handle, console) = android_log_fd()?; in test_run_example_vm()136 fn android_log_fd() -> Result<(thread::JoinHandle<()>, File), io::Error> { in android_log_fd() function
323 let console = Some(service_vm_manager::android_log_fd()?); in nonprotected_vm_instance()324 let log = Some(service_vm_manager::android_log_fd()?); in nonprotected_vm_instance()