Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cache/src/worker/
H A Dtests.rs456 let nonexistent_mod_file = cache_dir.join("nonexistent-mod"); in test_on_update_cleanup_lru_policy() localVariable
539 worker.on_cache_update_async(nonexistent_mod_file.clone()); in test_on_update_cleanup_lru_policy()
585 let nonexistent_mod_file = cache_dir.join("nonexistent-mod"); in test_on_update_cleanup_future_files() localVariable
646 worker.on_cache_update_async(nonexistent_mod_file.clone()); in test_on_update_cleanup_future_files()