Searched refs:mod_cache_path (Results 1 – 1 of 1) sorted by relevance
206 let mod_cache_path = inner.root_path.join(&hash); in get_data_raw() localVariable214 let mod_cache_path = inner.root_path.join(&hash); in get_data_raw() localVariable263 let mod_cache_path = self.root_path.join(hash); in get_data() localVariable264 trace!("get_data() for path: {}", mod_cache_path.display()); in get_data()265 let compressed_cache_bytes = fs::read(&mod_cache_path).ok()?; in get_data()273 let mod_cache_path = self.root_path.join(hash); in update_data() localVariable274 trace!("update_data() for path: {}", mod_cache_path.display()); in update_data()291 mod_cache_path.display(), in update_data()294 let cache_dir = mod_cache_path.parent().unwrap(); in update_data()305 match fs_write_atomic(&mod_cache_path, "mod", &compressed_data) { in update_data()[all …]