Home
last modified time | relevance | path

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

/build/soong/cc/
Dtesting.go38 func GatherRequiredDepsForTest(oses ...android.OsType) string {
639 func TestConfig(buildDir string, os android.OsType, env map[string]string,
/build/soong/android/
Darch.go224 type OsType struct { struct
227 Name string
231 Field string
234 Class OsClass
239 DefaultDisabled bool
243 func (os OsType) String() string {
249 func (os OsType) Bionic() bool {
255 func (os OsType) Linux() bool {
1213 func getArchProperties(ctx BaseMutatorContext, archProperties interface{}, arch Arch, os OsType, na…
1564 func decodeArchSettings(os OsType, archConfigs []archConfig) ([]Target, error) {
[all …]
Darch_list.go398 func RegisterDefaultArchVariantFeatures(os OsType, arch ArchType, features ...string) {
Dpaths.go1614 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string, debug bool,
1681 func modulePartition(ctx ModuleInstallPathContext, os OsType) string {
/build/soong/cc/config/
Dtoolchain.go28 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
57 func FindToolchain(os android.OsType, arch android.Arch) Toolchain {
65 func findToolchain(os android.OsType, arch android.Arch) (Toolchain, error) {
/build/soong/rust/config/
Dtoolchain.go153 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
160 func FindToolchain(os android.OsType, arch android.Arch) Toolchain {
/build/soong/sdk/
Dupdate.go1254 func newOsTypeSpecificInfo(ctx android.SdkMemberContext, osType android.OsType, variantPropertiesFa…
1421 …ificInfo(ctx android.SdkMemberContext, archType android.ArchType, osType android.OsType, variantPr…