Home
last modified time | relevance | path

Searched defs:ArchType (Results 1 – 10 of 10) sorted by relevance

/build/soong/android/
Darch.go94 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 …]
Dpackaging.go89 ArchType ArchType member
Dpaths.go2051 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string,
/build/soong/dexpreopt/
Ddexpreopt.go223 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/
Dapi_level.go26 arch android.ArchType) android.ApiLevel {
/build/soong/rust/config/
Dtoolchain.go146 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
/build/soong/java/
Dravenwood.go59 func getLibPath(archType android.ArchType) string {
/build/soong/fsgen/
Dfsgen_mutators.go283 func getBitness(archTypes []android.ArchType) (ret []string) {
/build/soong/cc/config/
Dtoolchain.go34 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
/build/soong/sdk/
Dupdate.go1304 func (m multilibUsage) addArchType(archType android.ArchType) multilibUsage {