Home
last modified time | relevance | path

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

/build/soong/cuj/
Drun_cuj_tests.sh8 Darwin)
/build/soong/scripts/
Dsetup_go_workspace_for_soong.sh272 Darwin)
309 Darwin)
Dmicrofactory.bash28 Darwin)
Djar-args.sh26 Darwin)
/build/soong/cc/
Dlinker.go344 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() {
Dbuilder.go622 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() {
Dstrip.go44 if ctx.Darwin() {
Dstl.go226 if ctx.Darwin() {
Dfuzz.go293 Darwin struct {
301 disableDarwinAndLinuxBionic.Target.Darwin.Enabled = BoolPtr(false)
Dbinary.go313 if ctx.Darwin() {
344 if ctx.Darwin() {
Dmakevars.go287 if target.Os == android.Darwin {
Dtest.go245 case android.Darwin:
Dlibrary.go517 if ctx.Darwin() {
918 if !ctx.Darwin() {
969 if ctx.Darwin() {
/build/soong/rust/config/
Dx86_darwin_host.go31 registerToolchainFactory(android.Darwin, android.X86_64, darwinX8664ToolchainFactory)
/build/blueprint/bootstrap/
Dbootstrap.go235 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/
Dx86_darwin_host.go257 registerToolchainFactory(android.Darwin, android.X86_64, darwinToolchainFactory)
/build/make/tools/acp/
DREADME26 - The Darwin linker insists that ranlib be current. If you copy the
/build/soong/rust/
Dcompiler.go156 if ctx.Darwin() {
/build/make/
Denvsetup.sh263 Darwin)
949 Darwin)
1028 Darwin)
/build/
Denvsetup.sh263 Darwin)
949 Darwin)
1028 Darwin)
/build/soong/android/
Darch.go592 return Darwin
604 Darwin = NewOsType("darwin", Host, false) var
617 Darwin: []ArchType{X86_64},
Dmodule.go150 Darwin() bool methodSpec
1769 func (b *baseModuleContext) Darwin() bool { func
1770 return b.os == Darwin
/build/make/core/
Denvsetup.mk111 ifneq (,$(findstring Darwin,$(UNAME)))