Home
last modified time | relevance | path

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

/build/soong/cc/
Dtesting.go37 func GatherRequiredDepsForTest(oses ...android.OsType) string {
536 func TestConfig(buildDir string, os android.OsType, env map[string]string,
/build/soong/android/
Darch.go467 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…
Dpaths.go1295 func pathForInstall(ctx PathContext, os OsType, partition string, debug bool,
1351 func modulePartition(ctx ModuleInstallPathContext, os OsType) string {
/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/
Dtesting.go32 func testSdkContext(bp string, fs map[string][]byte, extraOsTypes []android.OsType) (*android.TestC…
Dupdate.go895 func newOsTypeSpecificInfo(ctx android.SdkMemberContext, osType android.OsType, variantPropertiesFa…