Searched refs:installFilename (Results 1 – 3 of 3) sorted by relevance
/build/soong/android/ |
D | notices.go | 63 func BuildNoticeOutput(ctx ModuleContext, installPath InstallPath, installFilename string, 73 noticeRelPath := InstallPathToOnDevicePath(ctx, installPath.Join(ctx, installFilename+".txt"))
|
/build/soong/apex/ |
D | prebuilt.go | 55 installFilename string member 203 entries.SetString("LOCAL_MODULE_STEM", p.installFilename) 721 p.installFilename = p.InstallFilename() 722 if !strings.HasSuffix(p.installFilename, imageApexSuffix) { 725 p.outputApex = android.PathForModuleOut(ctx, p.installFilename) 741 ctx.InstallFile(p.installDir, p.installFilename, p.inputApex) 921 a.installFilename = a.InstallFilename() 922 if !strings.HasSuffix(a.installFilename, imageApexSuffix) { 927 a.outputApex = android.PathForModuleOut(ctx, a.installFilename) 944 ctx.InstallFile(a.installDir, a.installFilename, a.outputApex)
|
D | apex_test.go | 4197 if p.installFilename != expected { 4198 t.Errorf("installFilename invalid. expected: %q, actual: %q", expected, p.installFilename)
|