Home
last modified time | relevance | path

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

/build/soong/scripts/
Dmicrofactory.bash28 Darwin)
Djar-args.sh26 Darwin)
Dsetup_go_workspace_for_soong.sh272 Darwin)
309 Darwin)
/build/soong/cc/
Dlinker.go301 if ctx.Darwin() {
357 if ctx.Darwin() {
361 } else if !ctx.Darwin() {
384 if !ctx.Darwin() {
400 if ctx.Darwin() {
438 if ctx.Darwin() {
Dstl.go203 if ctx.Darwin() {
276 android.Darwin: []string{"-lc", "-lSystem"},
284 android.Darwin: []string{"NO_STATIC_HOST_BINARIES_ON_DARWIN"},
Dbuilder.go505 if ctx.Darwin() {
512 if !ctx.Darwin() {
623 if ctx.Host() && ctx.Darwin() {
632 if flags.groupStaticLibs && !ctx.Darwin() && len(staticLibs) > 0 {
636 if flags.groupStaticLibs && !ctx.Darwin() && len(staticLibs) > 0 {
640 if groupLate && !ctx.Darwin() && len(lateStaticLibs) > 0 {
644 if groupLate && !ctx.Darwin() && len(lateStaticLibs) > 0 {
767 if ctx.Darwin() {
Dstrip.go44 if ctx.Darwin() {
Dbinary.go293 if ctx.Darwin() {
324 if ctx.Darwin() {
Dlibrary.go347 if ctx.Darwin() {
651 if !ctx.Darwin() {
696 if ctx.Darwin() {
Dmakevars.go283 if target.Os == android.Darwin {
Dtest.go193 case android.Darwin:
/build/make/core/
Dversion_defaults.mk259 ifneq (,$(findstring Darwin,$(UNAME)))
292 ifneq (,$(findstring Darwin,$(UNAME)))
Denvsetup.mk106 ifneq (,$(findstring Darwin,$(UNAME)))
Dmain.mk15 ifeq ($(shell uname),Darwin)
/build/blueprint/bootstrap/
Dbootstrap.go233 Darwin struct {
327 srcs = append(g.properties.Srcs, g.properties.Darwin.Srcs...)
328 testSrcs = append(g.properties.TestSrcs, g.properties.Darwin.TestSrcs...)
356 Darwin struct {
428 srcs = append(g.properties.Srcs, g.properties.Darwin.Srcs...)
429 testSrcs = append(g.properties.TestSrcs, g.properties.Darwin.TestSrcs...)
/build/soong/cc/config/
Dx86_darwin_host.go234 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/android/
Darch.go586 return Darwin
598 Darwin = NewOsType("darwin", Host, false) var
607 Darwin: []ArchType{X86_64},
Dmodule.go67 Darwin() bool methodSpec
1190 func (a *androidBaseContextImpl) Darwin() bool { func
1191 return a.target.Os == Darwin
/build/kati/testcase/
Dfind_command.mk7 ifeq ($(shell uname),Darwin)
/build/
Denvsetup.sh255 Darwin)
1150 Darwin)
1217 Darwin)
/build/make/
Denvsetup.sh255 Darwin)
1150 Darwin)
1217 Darwin)