Home
last modified time | relevance | path

Searched refs:typePrefix (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/cc/
H A Dmakevars.go183 var typePrefix string
186 typePrefix = "HOST_"
188 typePrefix = "TARGET_"
190 makePrefix := secondPrefix + typePrefix
228 clangPrefix := secondPrefix + "CLANG_" + typePrefix
272 ctx.Strict("CLANG_CONFIG_"+target.Arch.ArchType.Name+"_"+typePrefix+"TRIPLE",
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
H A DAppSearchImpl.java530 String typePrefix = getPrefix(fullSchema.getTypes(i).getSchemaType()); in getSchema() local
531 if (!prefix.equals(typePrefix)) { in getSchema()