Home
last modified time | relevance | path

Searched refs:ModuleOutPath (Results 1 – 11 of 11) sorted by relevance

/build/soong/cc/
Dstrip.go42 func (stripper *stripper) strip(ctx ModuleContext, in android.Path, out android.ModuleOutPath,
64 out android.ModuleOutPath, flags builderFlags) {
68 … (stripper *stripper) stripStaticLib(ctx ModuleContext, in android.Path, out android.ModuleOutPath,
Dlinker.go565 …BySize(ctx ModuleContext, in android.Path, symbolOrderingFile android.ModuleOutPath, flags builder…
Dlibrary.go1619 func maybeInjectBoringSSLHash(ctx android.ModuleContext, outputFile android.ModuleOutPath, argument
1620 inject *bool, fileName string) android.ModuleOutPath {
Dbuilder.go618 flags builderFlags, outputFile android.ModuleOutPath, deps android.Paths) { argument
/build/soong/java/
Dhiddenapi.go62 …nAPI) hiddenAPI(ctx android.ModuleContext, name string, primary bool, dexJar android.ModuleOutPath,
63 implementationJar android.Path, uncompressDex bool) android.ModuleOutPath {
Ddexpreopt.go121 …ter) dexpreopt(ctx android.ModuleContext, dexJarFile android.ModuleOutPath) android.ModuleOutPath {
Ddex.go201 classesJar android.Path, jarName string) android.ModuleOutPath {
Djava.go1506 var outputFile android.ModuleOutPath
1509 if moduleOutPath, ok := jars[0].(android.ModuleOutPath); ok {
1604 var dexOutputFile android.ModuleOutPath
1768 classesJar android.Path, jarName string) android.ModuleOutPath {
Ddroiddoc.go1976 srcJarDir android.ModuleOutPath, srcJars android.Paths) android.OutputPath { argument
1993 func zipSyncCleanupCmd(rule *android.RuleBuilder, srcJarDir android.ModuleOutPath) { argument
2013 stubsSrcJar android.ModuleOutPath
Dapp.go81 apkcertsFile android.ModuleOutPath
/build/soong/android/
Dpaths.go1042 type ModuleOutPath struct { struct
1046 var _ Path = ModuleOutPath{}
1048 func (p ModuleOutPath) objPathWithExt(ctx ModuleContext, subdir, ext string) ModuleObjPath { argument
1096 func PathForModuleOut(ctx ModuleContext, paths ...string) ModuleOutPath {
1101 return ModuleOutPath{
1109 ModuleOutPath anonMember
1124 ModuleOutPath: ModuleOutPath{
1142 ModuleOutPath anonMember
1160 ModuleOutPath anonMember