Searched defs:InstallMap (Results 1 – 3 of 3) sorted by relevance
/build/soong/compliance/license_metadata_proto/ |
D | license_metadata.pb.go | 63 …InstallMap []*InstallMap `protobuf:"bytes,11,rep,name=install_map,json=installMap" json:"install_m… member 202 type InstallMap struct { struct 203 state protoimpl.MessageState 204 sizeCache protoimpl.SizeCache 205 unknownFields protoimpl.UnknownFields 208 FromPath *string `protobuf:"bytes,1,opt,name=from_path,json=fromPath" json:"from_path,omitempty"` 210 …ing `protobuf:"bytes,2,opt,name=container_path,json=containerPath" json:"container_path,omitempty"` 213 func (x *InstallMap) Reset() { 222 func (x *InstallMap) String() string { 226 func (*InstallMap) ProtoMessage() {} [all …]
|
D | license_metadata.proto | 67 message InstallMap { message
|
/build/make/tools/compliance/ |
D | graph.go | 388 func (tn *TargetNode) InstallMap() []InstallMap { func 405 type InstallMap struct { struct 407 FromPath string 411 ContainerPath string
|