Searched refs:archOs (Results 1 – 1 of 1) sorted by relevance
340 type archOs struct { struct350 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 []archOs500 for archOs := range archDirs {501 archOsList = append(archOsList, archOs)505 for _, archOs := range archOsList {506 filesToZip := archDirs[archOs]507 arch := archOs.arch[all …]