Searched defs:OsType (Results 1 – 4 of 4) sorted by relevance
/build/soong/android/ |
D | arch.go | 508 func RegisterDefaultArchVariantFeatures(os OsType, arch ArchType, features ...string) { 614 type OsType struct { struct 615 Name, Field string 616 Class OsClass 618 DefaultDisabled bool 645 func (os OsType) String() string { 649 func (os OsType) Bionic() bool { 653 func (os OsType) Linux() bool { 1568 func decodeArchSettings(os OsType, archConfigs []archConfig) ([]Target, error) { 1588 func decodeArch(os OsType, arch string, archVariant, cpuVariant *string, abi []string) (Arch, error…
|
/build/soong/cc/ |
D | testing.go | 21 func GatherRequiredDepsForTest(os android.OsType) string {
|
D | cc_test.go | 55 os android.OsType) *android.TestContext { 108 func testCcWithConfigForOs(t *testing.T, bp string, config android.Config, os android.OsType) *andr…
|
/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 {
|