Lines Matching refs:LIBPATH
7 const LIBPATH: &'static str = "target/libtest_helpers.module"; constant
17 .arg(LIBPATH); in make_helpers()
35 let lib = Library::new(LIBPATH).unwrap(); in test_id_u32()
54 let lib = Library::new(LIBPATH).unwrap(); in test_id_struct()
64 let lib = Library::new(LIBPATH).unwrap(); in test_0_no_0()
82 let lib = Library::new(LIBPATH).unwrap(); in missing_symbol_fails()
92 let lib = Library::new(LIBPATH).unwrap(); in interior_null_fails()
102 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type()
117 let lib = Library::new(LIBPATH).unwrap(); in test_incompatible_type_named_fn()
129 let lib = Library::new(LIBPATH).unwrap(); in test_static_u32()
141 let lib = Library::new(LIBPATH).unwrap(); in test_static_ptr()
161 let lib = Library::new(LIBPATH).expect("open library"); in manual_close_many_times()
181 let _lib = Library::new(LIBPATH).unwrap(); in library_this_get()
197 let _lib = Library::new(LIBPATH).unwrap(); in library_this()
243 const LIBPATH: &str = "Msftedit.dll"; in library_open_already_loaded() constant
246 assert!(match Library::open_already_loaded(LIBPATH) { in library_open_already_loaded()
252 let _lib = Library::new(LIBPATH).unwrap(); in library_open_already_loaded()
254 assert!(Library::open_already_loaded(LIBPATH).is_ok()); in library_open_already_loaded()