Home
last modified time | relevance | path

Searched defs:tempdir_in (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/tempfile/src/
Ddir.rs113 pub fn tempdir_in<P: AsRef<Path>>(dir: P) -> io::Result<TempDir> { in tempdir_in() function
Dlib.rs526 pub fn tempdir_in<P: AsRef<Path>>(&self, dir: P) -> io::Result<TempDir> { in tempdir_in() method