Home
last modified time | relevance | path

Searched refs:dir_stack (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/cranelift/filetests/src/
H A Drunner.rs63 dir_stack: Vec<PathBuf>, field
89 dir_stack: Vec::new(), in new()
104 self.dir_stack.push(dir.into()); in push_dir()
133 while let Some(dir) = self.dir_stack.pop() { in scan_dirs()