Searched refs:targetOS (Results 1 – 7 of 7) sorted by relevance
/external/syzkaller/pkg/build/ |
D | build.go | 27 func Image(targetOS, targetArch, vmType, kernelDir, outputDir, compiler, userspaceDir, argument 29 builder, err := getBuilder(targetOS, targetArch, vmType) 45 func Clean(targetOS, targetArch, vmType, kernelDir string) error { argument 46 builder, err := getBuilder(targetOS, targetArch, vmType) 63 func getBuilder(targetOS, targetArch, vmType string) (builder, error) { argument 65 case targetOS == "linux" && targetArch == "amd64" && vmType == "gvisor": 67 case targetOS == "linux" && targetArch == "amd64" && (vmType == "qemu" || vmType == "gce"): 69 case targetOS == "fuchsia" && (targetArch == "amd64" || targetArch == "arm64") && vmType == "qemu": 71 case targetOS == "akaros" && targetArch == "amd64" && vmType == "qemu": 74 return nil, fmt.Errorf("unsupported image type %v/%v/%v", targetOS, targetArch, vmType)
|
/external/syzkaller/tools/syz-env/ |
D | env.go | 19 targetOS := or(os.Getenv("TARGETOS"), hostOS) 22 target := targets.Get(targetOS, targetArch) 24 fmt.Printf("unknown target %v/%v\n", targetOS, targetArch) 34 {"TARGETOS", targetOS},
|
/external/perfetto/ui/src/common/ |
D | state.ts | 169 targetOS: string; // 'Q','P','O' for Android, 'L' for Linux property 213 targetOS: 'Q',
|
/external/perfetto/ui/src/frontend/ |
D | record_page.ts | 474 switch (globals.state.recordConfig.targetOS) { 493 draft.targetOS = os;
|
/external/guice/extensions/struts2/lib/ |
D | ant-1.6.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |