Home
last modified time | relevance | path

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

/cloud-hypervisor/performance-metrics/src/
H A Dperformance_tests.rs429 let content = fs::read(event_file).unwrap(); in parse_event_file() localVariable
/cloud-hypervisor/test_infra/src/
H A Dlib.rs597 let content = fs::read(path).map_err(SshCommandError::FileRead)?; in scp_to_guest_with_auth() localVariable
1776 let content = fs::read(log_file).map_err(Error::EthrLogFile)?; in measure_virtio_net_latency() localVariable
/cloud-hypervisor/tests/
H A Dintegration.rs886 let content = fs::read(event_file).unwrap(); in parse_event_file() localVariable