Home
last modified time | relevance | path

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

/external/rust/crates/tempfile/src/
Dlib.rs428 pub fn tempfile_in<P: AsRef<Path>>(&self, dir: P) -> io::Result<NamedTempFile> { in tempfile_in() method
/external/rust/crates/tempfile/src/file/
Dmod.rs95 pub fn tempfile_in<P: AsRef<Path>>(dir: P) -> io::Result<File> { in tempfile_in() function