Searched defs:ArchType (Results 1 – 9 of 9) sorted by relevance
/build/soong/android/ |
D | arch.go | 97 ArchType ArchType member 128 type ArchType struct { struct 130 Name string 133 Field string 136 Multilib string 140 func (a ArchType) String() string { 180 func (a ArchType) MarshalText() ([]byte, error) { 188 func (a *ArchType) UnmarshalText(text []byte) error { 263 func newOsType(name string, class OsClass, defDisabled bool, archTypes ...ArchType) OsType { 794 func filterToArch(targets []Target, archs ...ArchType) []Target { [all …]
|
D | paths.go | 1726 func makePathForInstall(ctx ModuleInstallPathContext, os OsType, arch ArchType, partition string, d… 1731 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string, debug bool,
|
/build/soong/cc/ |
D | api_level.go | 24 arch android.ArchType) android.ApiLevel {
|
D | snapshot_utils.go | 88 func snapshotMapKey(name string, arch android.ArchType) string {
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 208 func ToOdexPath(path string, arch android.ArchType) string { 527 func PathToLocation(path android.Path, arch android.ArchType) string { 532 func PathStringToLocation(path string, arch android.ArchType) string {
|
/build/soong/rust/config/ |
D | toolchain.go | 146 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
|
/build/soong/java/ |
D | bootclasspath_fragment.go | 1249 func createBootImageTag(arch android.ArchType, baseName string) string { 1282 func apexRootRelativePathToBootImageFile(arch android.ArchType, base string) string {
|
/build/soong/cc/config/ |
D | toolchain.go | 27 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
|
/build/soong/sdk/ |
D | update.go | 1390 func (m multilibUsage) addArchType(archType android.ArchType) multilibUsage {
|