Searched defs:OsType (Results 1 – 5 of 5) sorted by relevance
/build/soong/cc/ |
D | testing.go | 37 func GatherRequiredDepsForTest(oses ...android.OsType) string { 433 func TestConfig(buildDir string, os android.OsType, env map[string]string,
|
/build/soong/android/ |
D | arch.go | 511 func RegisterDefaultArchVariantFeatures(os OsType, arch ArchType, features ...string) { 624 type OsType struct { struct 625 Name, Field string 626 Class OsClass 628 DefaultDisabled bool 655 func (os OsType) String() string { 659 func (os OsType) Bionic() bool { 663 func (os OsType) Linux() bool { 1684 func decodeArchSettings(os OsType, archConfigs []archConfig) ([]Target, error) { 1704 func decodeArch(os OsType, arch string, archVariant, cpuVariant *string, abi []string) (Arch, error…
|
/build/soong/rust/config/ |
D | toolchain.go | 117 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) { 124 func FindToolchain(os android.OsType, arch android.Arch) Toolchain {
|
/build/soong/cc/config/ |
D | toolchain.go | 28 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) { 35 func FindToolchain(os android.OsType, arch android.Arch) Toolchain {
|
/build/soong/sdk/ |
D | update.go | 851 func newOsTypeSpecificInfo(ctx android.SdkMemberContext, osType android.OsType, variantPropertiesFa…
|