Home
last modified time | relevance | path

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

/build/soong/android/
Darch.go230 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 …]
Dbazel_handler.go368 …elContextRequestKey(label string, request cqueryRequest, arch string, osType OsType, apexKey ApexC…
378 func BuildMockBazelContextResultKey(label string, arch string, osType OsType, apexKey ApexConfigKey…
Dpaths.go1704 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/
Dtoolchain.go146 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
153 func FindToolchain(os android.OsType, arch android.Arch) Toolchain {
/build/soong/cc/config/
Dtoolchain.go27 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/
Dtesting.go47 func GatherRequiredDepsForTest(oses ...android.OsType) string {
684 func TestConfig(buildDir string, os android.OsType, env map[string]string,
/build/soong/java/
Ddexpreopt_bootjars.go623 …ontext, image *bootImageConfig, profile android.WritablePath, requiredOsType android.OsType) bootI…
/build/soong/sdk/
Dupdate.go1498 func newOsTypeSpecificInfo(ctx android.SdkMemberContext, osType android.OsType, variantPropertiesFa…
1724 func newArchSpecificInfo(ctx android.SdkMemberContext, archId archId, osType android.OsType, varian…