Home
last modified time | relevance | path

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

/build/soong/android/
Darch.go235 type OsType struct { struct
238 Name string
242 Field string
245 Class OsClass
250 DefaultDisabled bool
254 func (os OsType) String() string {
260 func (os OsType) Bionic() bool {
266 func (os OsType) Linux() bool {
1355 func GetCompoundTargetField(os OsType, arch ArchType) string {
1361 func getArchProperties(ctx BaseModuleContext, archProperties interface{}, arch Arch, os OsType, nat…
[all …]
Dpaths.go2051 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string,
/build/soong/cc/
Dtesting.go41 func GatherRequiredDepsForTest(oses ...android.OsType) string {
669 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.go1472 func newOsTypeSpecificInfo(ctx android.SdkMemberContext, osType android.OsType, variantPropertiesFa…
1698 func newArchSpecificInfo(ctx android.SdkMemberContext, archId archId, osType android.OsType, varian…
/build/soong/java/
Ddexpreopt_bootjars.go1056 …ontext, image *bootImageConfig, profile android.WritablePath, requiredOsType android.OsType) bootI…