Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/
Dbuild.rs24 fn probe_library(library: &str, cargo_metadata: bool) -> Library { in probe_library() function
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/src/
Dlib.rs253 pub fn probe_library(name: &str) -> Result<Library, Error> { in probe_library() function