Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/src/
Dlib.rs644 let system_roots = if cfg!(target_os = "macos") { in parse_libs_cflags() localVariable
882 let system_roots = vec![PathBuf::from("/Library"), PathBuf::from("/System")]; in system_library_mac_test() localVariable