Home
last modified time | relevance | path

Searched defs:ComponentDisk (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/crosvm/protos/libcdisk_spec_proto/android_arm64_armv8-2a_cortex-a55_source_apex10000/
Dcdisk_spec.rs30 pub struct ComponentDisk { struct
34 // @@protoc_insertion_point(field:ComponentDisk.offset) argument
36 // @@protoc_insertion_point(field:ComponentDisk.read_write_capability) argument
39 // @@protoc_insertion_point(special_field:ComponentDisk.special_fields) argument
43 impl<'a> ::std::default::Default for &'a ComponentDisk { implementation
49 impl ComponentDisk { impl
80 impl ::protobuf::Message for ComponentDisk { implementation
169 impl ::protobuf::MessageFull for ComponentDisk { implementation
176 impl ::std::fmt::Display for ComponentDisk { implementation
182 impl ::protobuf::reflect::ProtobufValue for ComponentDisk { implementation
/aosp_15_r20/external/crosvm/protos/src/
H A Dcdisk_spec.proto8 message ComponentDisk { message
/aosp_15_r20/device/google/cuttlefish/host/libs/image_aggregator/
Dcdisk_spec.proto23 message ComponentDisk { message
/aosp_15_r20/external/crosvm/disk/src/
H A Dcomposite.rs683 ) -> Result<Vec<ComponentDisk>> { in create_component_disks()