Searched defs:FileList (Results 1 – 6 of 6) sorted by relevance
| /build/soong/cmd/find_input_delta/find_input_delta_lib/ |
| D | file_list.go | 42 type FileList struct { struct 46 Name string 49 Additions []string 52 Deletions []string 55 Changes []FileList 58 ExtCountMap map[string]*FileCounts 61 TotalDelta uint32 80 func (fl *FileList) addFile(name string) { 90 func (fl *FileList) deleteFile(name string) { 100 func (fl *FileList) changeFile(name string, ch *FileList) { [all …]
|
| D | file_list_test.go | 26 func (fl *FileList) Equal(other *FileList) bool {
|
| /build/soong/cmd/find_input_delta/find_input_delta_proto/ |
| D | file_list.pb.go | 94 type FileList struct { struct 95 state protoimpl.MessageState 96 sizeCache protoimpl.SizeCache 97 unknownFields protoimpl.UnknownFields 100 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` 102 Additions []string `protobuf:"bytes,2,rep,name=additions" json:"additions,omitempty"` 104 Changes []string `protobuf:"bytes,3,rep,name=changes" json:"changes,omitempty"` 106 Deletions []string `protobuf:"bytes,4,rep,name=deletions" json:"deletions,omitempty"` 109 func (x *FileList) Reset() { 118 func (x *FileList) String() string { [all …]
|
| D | file_list.proto | 25 message FileList { message
|
| /build/blueprint/pathtools/ |
| D | glob.go | 47 func (result GlobResult) FileList() []byte { func 64 func (results MultipleGlobResults) FileList() []byte { func
|
| /build/soong/ui/metrics/execution_metrics_proto/ |
| D | execution_metrics.pb.go | 106 …FileList *find_input_delta_proto.FileList `protobuf:"bytes,1,opt,name=file_list,json=fileList" jso… member
|