Searched defs:ArchType (Results 1 – 10 of 10) sorted by relevance
| /build/soong/android/ |
| D | arch.go | 94 ArchType ArchType member 125 type ArchType struct { struct 127 Name string 130 Field string 133 Multilib string 137 func (a ArchType) String() string { 141 func (a ArchType) Bitness() string { 188 func (a ArchType) MarshalText() ([]byte, error) { 196 func (a *ArchType) UnmarshalText(text []byte) error { 271 func newOsType(name string, class OsClass, defDisabled bool, archTypes ...ArchType) OsType { [all …]
|
| D | packaging.go | 89 ArchType ArchType member
|
| D | paths.go | 2051 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string,
|
| /build/soong/dexpreopt/ |
| D | dexpreopt.go | 223 func ToOdexPath(path string, arch android.ArchType, partition string) string { 538 func PathToLocation(path android.Path, arch android.ArchType) string { 543 func PathStringToLocation(path string, arch android.ArchType) string {
|
| /build/soong/cc/ |
| D | api_level.go | 26 arch android.ArchType) android.ApiLevel {
|
| /build/soong/rust/config/ |
| D | toolchain.go | 146 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
|
| /build/soong/java/ |
| D | ravenwood.go | 59 func getLibPath(archType android.ArchType) string {
|
| /build/soong/fsgen/ |
| D | fsgen_mutators.go | 283 func getBitness(archTypes []android.ArchType) (ret []string) {
|
| /build/soong/cc/config/ |
| D | toolchain.go | 34 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
|
| /build/soong/sdk/ |
| D | update.go | 1304 func (m multilibUsage) addArchType(archType android.ArchType) multilibUsage {
|