Searched refs:base_directory (Results 1 – 1 of 1) sorted by relevance
35 base_directory: &'a Path, field42 pub fn new(base_directory: &'a Path) -> Self { in new()43 Self { base_directory, file_digests: Vec::new() } in new()49 .strip_prefix(self.base_directory) in add_artifact()