Home
last modified time | relevance | path

Searched defs:ScopedPath (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/sys_util/src/
Dscoped_path.rs35 pub struct ScopedPath<P: AsRef<Path>>(P); struct
37 impl<P: AsRef<Path>> ScopedPath<P> { implementation
44 impl<P: AsRef<Path>> AsRef<Path> for ScopedPath<P> { implementation
50 impl<P: AsRef<Path>> Deref for ScopedPath<P> { implementation
58 impl<P: AsRef<Path>> Drop for ScopedPath<P> { implementation
/external/libchromeos-rs/src/
Dscoped_path.rs27 pub struct ScopedPath<P: AsRef<Path>>(P); struct
29 impl<P: AsRef<Path>> ScopedPath<P> { implementation
36 impl<P: AsRef<Path>> AsRef<Path> for ScopedPath<P> { implementation
42 impl<P: AsRef<Path>> Deref for ScopedPath<P> { implementation
50 impl<P: AsRef<Path>> Drop for ScopedPath<P> { implementation
/external/vm_tools/p9/src/server/
Dtests.rs71 struct ScopedPath<P: AsRef<Path>>(P); struct
73 impl<P: AsRef<Path>> AsRef<Path> for ScopedPath<P> { implementation
79 impl<P: AsRef<Path>> Deref for ScopedPath<P> { implementation
87 impl<P: AsRef<Path>> Drop for ScopedPath<P> { implementation