Home
last modified time | relevance | path

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

/external/crosvm/e2e_tests/benches/
Dgimp.rs14 ….with_initrd("https://storage.googleapis.com/crosvm/integration_tests/benchmarks/custom-initramfs.… in gimp()
Dpostgres.rs14 ….with_initrd("https://storage.googleapis.com/crosvm/integration_tests/benchmarks/custom-initramfs.… in psql()
/external/crosvm/e2e_tests/tests/
Dboot.rs21 ….with_initrd("https://storage.googleapis.com/crosvm/integration_tests/benchmarks/custom-initramfs.… in boot_custom_vm_kernel_initrd()
/external/crosvm/e2e_tests/fixture/src/
Dvm.rs251 pub fn with_initrd(mut self, url: &str) -> Self { in with_initrd() method