Home
last modified time | relevance | path

Searched defs:OsType (Results 1 – 7 of 7) sorted by relevance

/build/soong/android/
Darch.go225 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 …]
Dpaths.go1823 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string,
/build/soong/cc/
Dtesting.go47 func GatherRequiredDepsForTest(oses ...android.OsType) string {
675 func TestConfig(buildDir string, os android.OsType, env map[string]string,
/build/soong/cc/config/
Dtoolchain.go34 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/
Dtoolchain.go146 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
153 func FindToolchain(os android.OsType, arch android.Arch) Toolchain {
/build/soong/sdk/
Dupdate.go1464 func newOsTypeSpecificInfo(ctx android.SdkMemberContext, osType android.OsType, variantPropertiesFa…
1690 func newArchSpecificInfo(ctx android.SdkMemberContext, archId archId, osType android.OsType, varian…
/build/soong/java/
Ddexpreopt_bootjars.go862 …ontext, image *bootImageConfig, profile android.WritablePath, requiredOsType android.OsType) bootI…