Searched defs:OsType (Results 1 – 7 of 7) sorted by relevance
/build/soong/cc/ |
D | testing.go | 37 func GatherRequiredDepsForTest(oses ...android.OsType) string { 536 func TestConfig(buildDir string, os android.OsType, env map[string]string,
|
/build/soong/android/ |
D | arch.go | 467 func RegisterDefaultArchVariantFeatures(os OsType, arch ArchType, features ...string) { 580 type OsType struct { struct 581 Name, Field string 582 Class OsClass 584 DefaultDisabled bool 611 func (os OsType) String() string { 615 func (os OsType) Bionic() bool { 619 func (os OsType) Linux() bool { 1656 func decodeArchSettings(os OsType, archConfigs []archConfig) ([]Target, error) { 1676 func decodeArch(os OsType, arch string, archVariant, cpuVariant *string, abi []string) (Arch, error…
|
D | paths.go | 1295 func pathForInstall(ctx PathContext, os OsType, partition string, debug bool, 1351 func modulePartition(ctx ModuleInstallPathContext, os OsType) string {
|
/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 | testing.go | 32 func testSdkContext(bp string, fs map[string][]byte, extraOsTypes []android.OsType) (*android.TestC…
|
D | update.go | 895 func newOsTypeSpecificInfo(ctx android.SdkMemberContext, osType android.OsType, variantPropertiesFa…
|