Searched refs:fileToZip (Results 1 – 2 of 2) sorted by relevance
/aosp12/build/soong/rust/ |
H A D | fuzz.go | 113 type fileToZip struct { struct 127 archDirs := make(map[archOs][]fileToZip) 165 var files []fileToZip 176 files = append(files, fileToZip{corpusZip, ""}) 189 files = append(files, fileToZip{dataZip, ""}) 197 files = append(files, fileToZip{fuzzModule.dictionary, ""}) 202 files = append(files, fileToZip{fuzzModule.config, ""}) 256 for _, fileToZip := range filesToZip { 257 if fileToZip.DestinationPathPrefix != "" { 258 command.FlagWithArg("-P ", fileToZip.DestinationPathPrefix) [all …]
|
/aosp12/build/soong/cc/ |
H A D | fuzz.go | 372 type fileToZip struct { struct 387 archDirs := make(map[archOs][]fileToZip) 433 var files []fileToZip 444 files = append(files, fileToZip{corpusZip, ""}) 457 files = append(files, fileToZip{dataZip, ""}) 463 files = append(files, fileToZip{library, "lib"}) 499 files = append(files, fileToZip{fuzzModule.dictionary, ""}) 504 files = append(files, fileToZip{fuzzModule.config, ""}) 556 for _, fileToZip := range filesToZip { 557 if fileToZip.DestinationPathPrefix != "" { [all …]
|