Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/
Dbuild.rs16 fn probe_library(library: &str, cargo_metadata: bool) -> Library { in probe_library() function
436 let lib_core = probe_library(library, true); in main()
/external/rust/cxx/book/src/build/
Dcargo.md188 let python3 = pkg_config::probe_library("python3").unwrap();