Searched refs:Darwin (Results 1 – 25 of 28) sorted by relevance
12
/build/soong/cuj/ |
D | run_cuj_tests.sh | 8 Darwin)
|
/build/soong/scripts/ |
D | setup_go_workspace_for_soong.sh | 272 Darwin) 309 Darwin)
|
D | microfactory.bash | 28 Darwin)
|
D | jar-args.sh | 26 Darwin)
|
D | strip.sh | 114 Darwin)
|
/build/soong/rust/config/ |
D | x86_darwin_host.go | 33 registerToolchainFactory(android.Darwin, android.X86_64, darwinX8664ToolchainFactory)
|
/build/bazel/ |
D | bazel.sh | 55 Darwin)
|
/build/soong/bazel/ |
D | properties.go | 289 Darwin LabelList member 388 OS_DARWIN: &attrs.OsValues.Darwin, 452 Darwin []string member 509 OS_DARWIN: &attrs.OsValues.Darwin,
|
/build/soong/cc/ |
D | linker.go | 382 if ctx.Darwin() { 441 if ctx.Darwin() { 445 } else if !ctx.Darwin() && !ctx.Windows() { 468 if !ctx.Darwin() { 488 if ctx.Darwin() { 529 if ctx.Darwin() {
|
D | builder.go | 695 if !ctx.Darwin() { 745 if ctx.Host() && ctx.Darwin() { 754 if flags.groupStaticLibs && !ctx.Darwin() && len(staticLibs) > 0 { 758 if flags.groupStaticLibs && !ctx.Darwin() && len(staticLibs) > 0 { 762 if groupLate && !ctx.Darwin() && len(lateStaticLibs) > 0 { 766 if groupLate && !ctx.Darwin() && len(lateStaticLibs) > 0 { 929 if ctx.Darwin() {
|
D | strip.go | 64 if actx.Darwin() {
|
D | stl.go | 215 if ctx.Darwin() {
|
D | fuzz.go | 344 Darwin struct { 352 disableDarwinAndLinuxBionic.Target.Darwin.Enabled = BoolPtr(false)
|
D | binary.go | 328 if ctx.Darwin() { 363 if ctx.Darwin() {
|
D | makevars.go | 275 if target.Os == android.Darwin {
|
D | test.go | 271 case android.Darwin:
|
/build/blueprint/bootstrap/ |
D | bootstrap.go | 248 Darwin struct { 355 srcs = append(g.properties.Srcs, g.properties.Darwin.Srcs...) 356 testSrcs = append(g.properties.TestSrcs, g.properties.Darwin.TestSrcs...) 384 Darwin struct { 467 srcs = append(g.properties.Srcs, g.properties.Darwin.Srcs...) 468 testSrcs = append(g.properties.TestSrcs, g.properties.Darwin.TestSrcs...)
|
/build/soong/cc/config/ |
D | x86_darwin_host.go | 259 registerToolchainFactory(android.Darwin, android.X86_64, darwinToolchainFactory)
|
/build/bazel/platforms/ |
D | BUILD.bazel | 52 # Darwin is the OS for MacOS host machines.
|
/build/make/tools/acp/ |
D | README | 26 - The Darwin linker insists that ranlib be current. If you copy the
|
/build/ |
D | envsetup.sh | 270 Darwin) 1060 Darwin) 1151 Darwin) 1818 Darwin)
|
/build/make/ |
D | envsetup.sh | 270 Darwin) 1060 Darwin) 1151 Darwin) 1818 Darwin)
|
/build/soong/rust/ |
D | compiler.go | 253 if ctx.Darwin() {
|
/build/make/core/ |
D | envsetup.rbc | 152 elif host.find("Darwin") >= 0:
|
/build/soong/android/ |
D | arch.go | 298 return Darwin 329 Darwin = newOsType("darwin", Host, false, X86_64) var
|
12