Home
last modified time | relevance | path

Searched refs:link_paths (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/tests/
Dtest.rs101 assert!(lib.link_paths.contains(&PathBuf::from("/usr/lib/valgrind"))); in output_ok()
117 .link_paths in escapes()
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/src/
Dlib.rs93 pub link_paths: Vec<PathBuf>, field
566 link_paths: Vec::new(), in new()
679 self.link_paths.push(PathBuf::from(val)); in parse_libs_cflags()