Home
last modified time | relevance | path

Searched refs:archOs (Results 1 – 2 of 2) sorted by relevance

/build/soong/rust/
Dfuzz.go118 type archOs struct { struct
127 archDirs := make(map[archOs][]fileToZip)
163 archOs := archOs{hostOrTarget: hostOrTargetString, arch: archString, dir: archDir.String()}
234 archDirs[archOs] = append(archDirs[archOs], fileToZip{fuzzZip, ""})
237 var archOsList []archOs
238 for archOs := range archDirs {
239 archOsList = append(archOsList, archOs)
243 for _, archOs := range archOsList {
244 filesToZip := archDirs[archOs]
245 arch := archOs.arch
[all …]
/build/soong/cc/
Dfuzz.go377 type archOs struct { struct
387 archDirs := make(map[archOs][]fileToZip)
428 archOs := archOs{hostOrTarget: hostOrTargetString, arch: archString, dir: archDir.String()}
534 archDirs[archOs] = append(archDirs[archOs], fileToZip{fuzzZip, ""})
537 var archOsList []archOs
538 for archOs := range archDirs {
539 archOsList = append(archOsList, archOs)
543 for _, archOs := range archOsList {
544 filesToZip := archDirs[archOs]
545 arch := archOs.arch
[all …]