Searched defs:InstallMap (Results 1 – 3 of 3) sorted by relevance
/build/soong/compliance/license_metadata_proto/ |
D | license_metadata.pb.go | 61 …InstallMap []*InstallMap `protobuf:"bytes,11,rep,name=install_map,json=installMap" json:"install_m… member 193 type InstallMap struct { struct 194 state protoimpl.MessageState 195 sizeCache protoimpl.SizeCache 196 unknownFields protoimpl.UnknownFields 199 FromPath *string `protobuf:"bytes,1,opt,name=from_path,json=fromPath" json:"from_path,omitempty"` 201 …ing `protobuf:"bytes,2,opt,name=container_path,json=containerPath" json:"container_path,omitempty"` 204 func (x *InstallMap) Reset() { 213 func (x *InstallMap) String() string { 217 func (*InstallMap) ProtoMessage() {} [all …]
|
D | license_metadata.proto | 61 message InstallMap { message
|
/build/make/tools/compliance/ |
D | graph.go | 378 func (tn *TargetNode) InstallMap() []InstallMap { func 395 type InstallMap struct { struct 397 FromPath string 401 ContainerPath string
|