Searched defs:OsType (Results 1 – 7 of 7) sorted by relevance
| /build/soong/android/ |
| D | arch.go | 235 type OsType struct { struct 238 Name string 242 Field string 245 Class OsClass 250 DefaultDisabled bool 254 func (os OsType) String() string { 260 func (os OsType) Bionic() bool { 266 func (os OsType) Linux() bool { 1355 func GetCompoundTargetField(os OsType, arch ArchType) string { 1361 func getArchProperties(ctx BaseModuleContext, archProperties interface{}, arch Arch, os OsType, nat… [all …]
|
| D | paths.go | 2051 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string,
|
| /build/soong/cc/ |
| D | testing.go | 41 func GatherRequiredDepsForTest(oses ...android.OsType) string { 669 func TestConfig(buildDir string, os android.OsType, env map[string]string,
|
| /build/soong/cc/config/ |
| D | toolchain.go | 34 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) { 54 func FindToolchain(os android.OsType, arch android.Arch) Toolchain { 62 func findToolchain(os android.OsType, arch android.Arch) (Toolchain, error) {
|
| /build/soong/rust/config/ |
| D | toolchain.go | 146 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) { 153 func FindToolchain(os android.OsType, arch android.Arch) Toolchain {
|
| /build/soong/sdk/ |
| D | update.go | 1472 func newOsTypeSpecificInfo(ctx android.SdkMemberContext, osType android.OsType, variantPropertiesFa… 1698 func newArchSpecificInfo(ctx android.SdkMemberContext, archId archId, osType android.OsType, varian…
|
| /build/soong/java/ |
| D | dexpreopt_bootjars.go | 1056 …ontext, image *bootImageConfig, profile android.WritablePath, requiredOsType android.OsType) bootI…
|