Home
last modified time | relevance | path

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

/build/soong/cc/
Dfuzz.go340 type archOs struct { struct
350 archDirs := make(map[archOs][]fileToZip)
391 archOs := archOs{hostOrTarget: hostOrTargetString, arch: archString, dir: archDir.String()}
496 archDirs[archOs] = append(archDirs[archOs], fileToZip{fuzzZip, ""})
499 var archOsList []archOs
500 for archOs := range archDirs {
501 archOsList = append(archOsList, archOs)
505 for _, archOs := range archOsList {
506 filesToZip := archDirs[archOs]
507 arch := archOs.arch
[all …]