Searched defs:file_descriptor_set_path (Results 1 – 2 of 2) sorted by relevance
84 let file_descriptor_set_path = root_dir.join(file_descriptor_set_path); in codegen() localVariable
292 pub(crate) file_descriptor_set_path: Option<PathBuf>, field343 pub fn file_descriptor_set_path(mut self, path: impl AsRef<Path>) -> Self { in file_descriptor_set_path() method