Home
last modified time | relevance | path

Searched defs:OsType (Results 1 – 5 of 5) sorted by relevance

/build/soong/cc/
Dtesting.go37 func GatherRequiredDepsForTest(oses ...android.OsType) string {
433 func TestConfig(buildDir string, os android.OsType, env map[string]string,
/build/soong/android/
Darch.go511 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/
Dtoolchain.go117 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
124 func FindToolchain(os android.OsType, arch android.Arch) Toolchain {
/build/soong/cc/config/
Dtoolchain.go28 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
35 func FindToolchain(os android.OsType, arch android.Arch) Toolchain {
/build/soong/sdk/
Dupdate.go851 func newOsTypeSpecificInfo(ctx android.SdkMemberContext, osType android.OsType, variantPropertiesFa…