Home
last modified time | relevance | path

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

/packages/modules/Virtualization/vmbase/example/tests/
Dtest.rs34 const VMBASE_EXAMPLE_PATH: &str = constant
63 File::open(VMBASE_EXAMPLE_PATH) in test_run_example_vm()
64 .with_context(|| format!("Failed to open VM image {}", VMBASE_EXAMPLE_PATH))?, in test_run_example_vm()