Searched refs:file_descriptor_set_path (Results 1 – 3 of 3) sorted by relevance
72 file_descriptor_set_path: &Path, in codegen()84 let file_descriptor_set_path = root_dir.join(file_descriptor_set_path); in codegen() localVariable88 write_fds(&fds, &file_descriptor_set_path); in codegen()
11 .file_descriptor_set_path(out_dir.join("helloworld_descriptor.bin")) in main()
22 file_descriptor_set_path: None, in configure()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() method344 self.file_descriptor_set_path = Some(path.as_ref().to_path_buf()); in file_descriptor_set_path()656 if let Some(path) = self.file_descriptor_set_path.as_ref() { in setup_config()657 config.file_descriptor_set_path(path); in setup_config()