Searched defs:OsType (Results  1 – 8 of 8) sorted by relevance
| /build/soong/android/ | 
| D | arch.go | 230 type OsType struct {  struct 233 	Name string 237 	Field string 240 	Class OsClass 245 	DefaultDisabled bool 249 func (os OsType) String() string { 255 func (os OsType) Bionic() bool { 261 func (os OsType) Linux() bool { 699 func decodeMultilib(base *ModuleBase, os OsType, ignorePrefer32OnDevice bool) (multilib, extraMulti… 1273 func GetCompoundTargetField(os OsType, arch ArchType) string { [all …] 
 | 
| D | bazel_handler.go | 368 …elContextRequestKey(label string, request cqueryRequest, arch string, osType OsType, apexKey ApexC… 378 func BuildMockBazelContextResultKey(label string, arch string, osType OsType, apexKey ApexConfigKey…
  | 
| D | paths.go | 1704 func makePathForInstall(ctx ModuleInstallPathContext, os OsType, arch ArchType, partition string, d… 1709 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string, debug bool, 1785 func modulePartition(ctx ModuleInstallPathContext, os OsType) string {
  | 
| /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/cc/config/ | 
| D | toolchain.go | 27 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) { 47 func FindToolchain(os android.OsType, arch android.Arch) Toolchain { 55 func findToolchain(os android.OsType, arch android.Arch) (Toolchain, error) {
  | 
| /build/soong/cc/ | 
| D | testing.go | 47 func GatherRequiredDepsForTest(oses ...android.OsType) string { 684 func TestConfig(buildDir string, os android.OsType, env map[string]string,
  | 
| /build/soong/java/ | 
| D | dexpreopt_bootjars.go | 623 …ontext, image *bootImageConfig, profile android.WritablePath, requiredOsType android.OsType) bootI…
  | 
| /build/soong/sdk/ | 
| D | update.go | 1498 func newOsTypeSpecificInfo(ctx android.SdkMemberContext, osType android.OsType, variantPropertiesFa… 1724 func newArchSpecificInfo(ctx android.SdkMemberContext, archId archId, osType android.OsType, varian…
  |