Home
last modified time | relevance | path

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

/build/soong/android/
Darch.go508 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/
Dtesting.go21 func GatherRequiredDepsForTest(os android.OsType) string {
Dcc_test.go55 os android.OsType) *android.TestContext {
108 func testCcWithConfigForOs(t *testing.T, bp string, config android.Config, os android.OsType) *andr…
/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 {