Home
last modified time | relevance | path

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

/external/libchromeos-rs/src/
Dscoped_path.rs86 let scoped_path = ScopedPath::create(&tmp_path).unwrap(); in scopedpath_exists() localVariable
87 assert!(scoped_path.exists()); in scopedpath_exists()
106 let scoped_path = ScopedPath::create(&tmp_path).unwrap(); in scopedpath_panic() localVariable
107 assert!(scoped_path.exists()); in scopedpath_panic()
Dlib.rs8 pub mod scoped_path; module
/external/crosvm/sys_util/src/
Dscoped_path.rs109 let scoped_path = ScopedPath::create(&tmp_path).unwrap(); in scopedpath_exists() localVariable
110 assert!(scoped_path.exists()); in scopedpath_exists()
129 let scoped_path = ScopedPath::create(&tmp_path).unwrap(); in scopedpath_panic() localVariable
130 assert!(scoped_path.exists()); in scopedpath_panic()
Dlib.rs40 pub mod scoped_path; module