Searched refs:remove_temporary_files (Results 1 – 2 of 2) sorted by relevance
17 use crate::aidl::{remove_temporary_files, Cid, GLOBAL_SERVICE, VirtualMachineCallbacks};493 remove_temporary_files(&self.temporary_directory).unwrap_or_else(|e| { in monitor_vm_exit()
172 pub fn remove_temporary_files(path: &PathBuf) -> Result<()> { in remove_temporary_files() function