Searched refs:add_path (Results 1 – 2 of 2) sorted by relevance
221 pub(crate) fn add_path(&mut self, path: String) -> Result<(), ErrorStack> { in add_path() method
408 .and_then(|store| store.add_path(path)) in build()