Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/inotify/tests/
Dmain.rs357 let file_order_clone = file_order.clone(); in it_should_distinguish_event_for_files_with_same_name() localVariable
392 file_order_clone.lock().unwrap().retain(|&x| x != *file); in it_should_distinguish_event_for_files_with_same_name()
394 if file_order_clone.lock().unwrap().is_empty() { in it_should_distinguish_event_for_files_with_same_name()