Home
last modified time | relevance | path

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

/external/autotest/frontend/afe/
Drpc_interface_unittest.py623 host_hostname='test_host1', argument
1724 host_hostname='host1', argument
/external/crosvm/third_party/libslirp-rs/src/
Dcontext.rs482 let host_hostname = host_hostname.and_then(|s| CString::new(s).ok()); in new() localVariable