Searched refs:scoped_path (Results 1 – 4 of 4) sorted by relevance
86 let scoped_path = ScopedPath::create(&tmp_path).unwrap(); in scopedpath_exists() localVariable87 assert!(scoped_path.exists()); in scopedpath_exists()106 let scoped_path = ScopedPath::create(&tmp_path).unwrap(); in scopedpath_panic() localVariable107 assert!(scoped_path.exists()); in scopedpath_panic()
8 pub mod scoped_path; module
109 let scoped_path = ScopedPath::create(&tmp_path).unwrap(); in scopedpath_exists() localVariable110 assert!(scoped_path.exists()); in scopedpath_exists()129 let scoped_path = ScopedPath::create(&tmp_path).unwrap(); in scopedpath_panic() localVariable130 assert!(scoped_path.exists()); in scopedpath_panic()
40 pub mod scoped_path; module