Searched defs:OsType (Results 1 – 7 of 7) sorted by relevance
/build/soong/android/ |
D | arch.go | 225 type OsType struct { struct 228 Name string 232 Field string 235 Class OsClass 240 DefaultDisabled bool 244 func (os OsType) String() string { 250 func (os OsType) Bionic() bool { 256 func (os OsType) Linux() bool { 698 func decodeMultilib(base *ModuleBase, os OsType, ignorePrefer32OnDevice bool) (multilib, extraMulti… 1276 func GetCompoundTargetField(os OsType, arch ArchType) string { [all …]
|
D | paths.go | 1823 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string,
|
/build/soong/cc/ |
D | testing.go | 47 func GatherRequiredDepsForTest(oses ...android.OsType) string { 675 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 | 1464 func newOsTypeSpecificInfo(ctx android.SdkMemberContext, osType android.OsType, variantPropertiesFa… 1690 func newArchSpecificInfo(ctx android.SdkMemberContext, archId archId, osType android.OsType, varian…
|
/build/soong/java/ |
D | dexpreopt_bootjars.go | 862 …ontext, image *bootImageConfig, profile android.WritablePath, requiredOsType android.OsType) bootI…
|