Searched refs:tmpdir (Results 1 – 2 of 2) sorted by relevance
226 let tmpdir = tempfile::TempDir::new()?; in missing_sse_and_floats_still_works() localVariable227 let path = tmpdir.path().join("module.cwasm"); in missing_sse_and_floats_still_works()
2937 let tmpdir = std::env::temp_dir(); in profile_guest() localVariable2938 let dir = tmpdir.to_string_lossy(); in profile_guest()