Searched defs:OsType (Results 1 – 8 of 8) sorted by relevance
| /build/soong/android/ |
| D | arch.go | 224 type OsType struct { struct 227 Name string 231 Field string 234 Class OsClass 239 DefaultDisabled bool 243 func (os OsType) String() string { 249 func (os OsType) Bionic() bool { 255 func (os OsType) Linux() bool { 1213 func getArchProperties(ctx BaseMutatorContext, archProperties interface{}, arch Arch, os OsType, na… 1564 func decodeArchSettings(os OsType, archConfigs []archConfig) ([]Target, error) { [all …]
|
| D | arch_list.go | 398 func RegisterDefaultArchVariantFeatures(os OsType, arch ArchType, features ...string) {
|
| D | paths.go | 1614 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string, debug bool, 1681 func modulePartition(ctx ModuleInstallPathContext, os OsType) string {
|
| /build/soong/cc/ |
| D | testing.go | 38 func GatherRequiredDepsForTest(oses ...android.OsType) string { 639 func TestConfig(buildDir string, os android.OsType, env map[string]string,
|
| /build/soong/cc/config/ |
| D | toolchain.go | 28 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) { 57 func FindToolchain(os android.OsType, arch android.Arch) Toolchain { 65 func findToolchain(os android.OsType, arch android.Arch) (Toolchain, error) {
|
| /build/soong/rust/config/ |
| D | toolchain.go | 153 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) { 160 func FindToolchain(os android.OsType, arch android.Arch) Toolchain {
|
| /build/soong/java/ |
| D | dexpreopt_bootjars.go | 530 …ontext, image *bootImageConfig, profile android.WritablePath, requiredOsType android.OsType) bootI…
|
| /build/soong/sdk/ |
| D | update.go | 1254 func newOsTypeSpecificInfo(ctx android.SdkMemberContext, osType android.OsType, variantPropertiesFa… 1421 …ificInfo(ctx android.SdkMemberContext, archType android.ArchType, osType android.OsType, variantPr…
|