Searched refs:Darwin (Results 1 – 23 of 23) sorted by relevance
/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)
|
/build/soong/cc/ |
D | linker.go | 344 if ctx.Darwin() { 399 if ctx.Darwin() { 403 } else if !ctx.Darwin() && !ctx.Windows() { 426 if !ctx.Darwin() { 446 if ctx.Darwin() { 484 if ctx.Darwin() {
|
D | builder.go | 622 if !ctx.Darwin() { 654 if ctx.Host() && ctx.Darwin() { 663 if flags.groupStaticLibs && !ctx.Darwin() && len(staticLibs) > 0 { 667 if flags.groupStaticLibs && !ctx.Darwin() && len(staticLibs) > 0 { 671 if groupLate && !ctx.Darwin() && len(lateStaticLibs) > 0 { 675 if groupLate && !ctx.Darwin() && len(lateStaticLibs) > 0 { 827 if ctx.Darwin() {
|
D | strip.go | 44 if ctx.Darwin() {
|
D | stl.go | 226 if ctx.Darwin() {
|
D | fuzz.go | 293 Darwin struct { 301 disableDarwinAndLinuxBionic.Target.Darwin.Enabled = BoolPtr(false)
|
D | binary.go | 313 if ctx.Darwin() { 344 if ctx.Darwin() {
|
D | makevars.go | 287 if target.Os == android.Darwin {
|
D | test.go | 245 case android.Darwin:
|
D | library.go | 517 if ctx.Darwin() { 918 if !ctx.Darwin() { 969 if ctx.Darwin() {
|
/build/soong/rust/config/ |
D | x86_darwin_host.go | 31 registerToolchainFactory(android.Darwin, android.X86_64, darwinX8664ToolchainFactory)
|
/build/blueprint/bootstrap/ |
D | bootstrap.go | 235 Darwin struct { 329 srcs = append(g.properties.Srcs, g.properties.Darwin.Srcs...) 330 testSrcs = append(g.properties.TestSrcs, g.properties.Darwin.TestSrcs...) 356 Darwin struct { 430 srcs = append(g.properties.Srcs, g.properties.Darwin.Srcs...) 431 testSrcs = append(g.properties.TestSrcs, g.properties.Darwin.TestSrcs...)
|
/build/soong/cc/config/ |
D | x86_darwin_host.go | 257 registerToolchainFactory(android.Darwin, android.X86_64, darwinToolchainFactory)
|
/build/make/tools/acp/ |
D | README | 26 - The Darwin linker insists that ranlib be current. If you copy the
|
/build/soong/rust/ |
D | compiler.go | 156 if ctx.Darwin() {
|
/build/make/ |
D | envsetup.sh | 263 Darwin) 949 Darwin) 1028 Darwin)
|
/build/ |
D | envsetup.sh | 263 Darwin) 949 Darwin) 1028 Darwin)
|
/build/soong/android/ |
D | arch.go | 592 return Darwin 604 Darwin = NewOsType("darwin", Host, false) var 617 Darwin: []ArchType{X86_64},
|
D | module.go | 150 Darwin() bool methodSpec 1769 func (b *baseModuleContext) Darwin() bool { func 1770 return b.os == Darwin
|
/build/make/core/ |
D | envsetup.mk | 111 ifneq (,$(findstring Darwin,$(UNAME)))
|