Home
last modified time | relevance | path

Searched defs:ArchType (Results 1 – 11 of 11) 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 {
177 func (a ArchType) MarshalText() ([]byte, error) {
185 func (a *ArchType) UnmarshalText(text []byte) error {
260 func newOsType(name string, class OsClass, defDisabled bool, archTypes ...ArchType) OsType {
769 func filterToArch(targets []Target, archs ...ArchType) []Target {
[all …]
Darch_list.go398 func RegisterDefaultArchVariantFeatures(os OsType, arch ArchType, features ...string) {
Dbazel_handler.go66 GetOutputFiles(label string, archType ArchType) ([]string, bool)
70 GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error)
Dpaths.go1614 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string, debug bool,
/build/soong/cc/
Dapi_level.go24 arch android.ArchType) android.ApiLevel {
Dsnapshot_utils.go84 func snapshotMapKey(name string, arch android.ArchType) string {
/build/soong/dexpreopt/
Ddexpreopt.go501 func PathToLocation(path android.Path, arch android.ArchType) string {
506 func PathStringToLocation(path string, arch android.ArchType) string {
/build/soong/rust/config/
Dtoolchain.go153 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
/build/soong/java/
Dbootclasspath_fragment.go964 func createBootImageTag(arch android.ArchType, baseName string) string {
991 func apexRootRelativePathToBootImageFile(arch android.ArchType, base string) string {
/build/soong/cc/config/
Dtoolchain.go28 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
/build/soong/sdk/
Dupdate.go1199 func (m multilibUsage) addArchType(archType android.ArchType) multilibUsage {
1421 func newArchSpecificInfo(ctx android.SdkMemberContext, archType android.ArchType, osType android.Os…