Searched defs:OsType (Results 1 – 9 of 9) sorted by relevance
/aosp12/build/soong/cc/ |
H A D | testing.go | 38 func GatherRequiredDepsForTest(oses ...android.OsType) string { 639 func TestConfig(buildDir string, os android.OsType, env map[string]string,
|
/aosp12/build/soong/android/ |
H A D | arch.go | 224 type OsType struct { struct 227 Name string 231 Field string 234 Class OsClass 239 DefaultDisabled bool 1213 func getArchProperties(ctx BaseMutatorContext, archProperties interface{}, arch Arch, os OsType, na… 1564 func decodeArchSettings(os OsType, archConfigs []archConfig) ([]Target, error) { 1584 func decodeArch(os OsType, arch string, archVariant, cpuVariant *string, abi []string) (Arch, error…
|
H A D | arch_list.go | 398 func RegisterDefaultArchVariantFeatures(os OsType, arch ArchType, features ...string) {
|
H A D | paths.go | 1614 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string, debug bool, 1681 func modulePartition(ctx ModuleInstallPathContext, os OsType) string {
|
H A D | config.go | 1722 func (l *ConfiguredJarList) DevicePaths(cfg Config, ostype OsType) []string {
|
/aosp12/build/soong/cc/config/ |
H A 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) {
|
/aosp12/build/soong/rust/config/ |
H A D | toolchain.go | 153 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) { 160 func FindToolchain(os android.OsType, arch android.Arch) Toolchain {
|
/aosp12/build/soong/java/ |
H A D | dexpreopt_bootjars.go | 530 …ontext, image *bootImageConfig, profile android.WritablePath, requiredOsType android.OsType) bootI…
|
/aosp12/build/soong/sdk/ |
H A 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…
|