Home
last modified time | relevance | path

Searched defs:json (Results 1 – 5 of 5) sorted by relevance

/DADK/dadk-config/src/hypervisor/
H A Dhyp_type.rs
/DADK/dadk-config/src/boot/hypervisor/
H A Dhyp_type.rs34 let json = r#""qemu""#; in test_deserialize_qemu() localVariable
41 let json = r#""cloud-hypervisor""#; in test_deserialize_cloud_hypervisor() localVariable
48 let json = r#""invalid-type""#; in test_deserialize_invalid_type() localVariable
59 let json = r#""QeMu""#; in test_deserialize_case_insensitivity() localVariable
66 let json = r#""""#; in test_deserialize_empty_string() localVariable
/DADK/dadk-config/src/rootfs/
H A Dfstype.rs28 let json = Value::String(input.to_string()); deserialize_fs_type() localVariable
H A Dfstype.rs29 let json = Value::String(input.to_string()); in deserialize_fs_type() localVariable
/DADK/dadk-user/src/console/
H A Dnew_config.rs