Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cache/src/
H A Dlib.rs141 root_path: PathBuf, field
206 let mod_cache_path = inner.root_path.join(&hash); in get_data_raw()
214 let mod_cache_path = inner.root_path.join(&hash); in get_data_raw()
257 let root_path = cache.directory().join("modules").join(compiler_dir); in new() localVariable
259 Self { root_path, cache } in new()
263 let mod_cache_path = self.root_path.join(hash); in get_data()
273 let mod_cache_path = self.root_path.join(hash); in update_data()