Home
last modified time | relevance | path

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

/external/rust/crates/walkdir/src/tests/
Dutil.rs139 pub fn touch_all<P: AsRef<Path>>(&self, paths: &[P]) { in touch_all() method
Drecursive.rs148 dir.touch_all(&["foo/a", "foo/b", "foo/c"]); in many_files()
191 dir.touch_all(&["foo/b", "foo/d", "foo/f"]); in many_mixed()
305 dir.touch_all(&["foo/a", "foo/b"]); in siblings()
306 dir.touch_all(&["bar/a", "bar/b"]); in siblings()