Home
last modified time | relevance | path

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

/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/tests/
Dtest.rs144 fn get_variable() { in get_variable() function
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/src/
Dlib.rs270 pub fn get_variable(package: &str, variable: &str) -> Result<String, Error> { in get_variable() function
439 pub fn get_variable(package: &str, variable: &str) -> Result<String, String> { in get_variable() method